Version

AfterRowLayoutItemResizedEventArgs Class Properties

For a list of all members of this type, see AfterRowLayoutItemResizedEventArgs members.

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