Version

AfterRowLayoutItemResizedEventArgs Class Members

The following tables list the members exposed by AfterRowLayoutItemResizedEventArgs.

Public Constructors
 NameDescription
Public ConstructorAfterRowLayoutItemResizedEventArgs ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyResizeTypeGets the type of Resize operation being performed.  
Public PropertyRowLayoutItemRow-Layout item being resized. This can be either an UltraGridColumn or a ColumnHeader. It will be UltraGridColumn if the item being resized is a cell. It will be ColumnHeader if the item being resized is a header.  
See Also