The following tables list the members exposed by BeforeRowLayoutItemResizedEventArgs.
Name | Description | |
---|---|---|
BeforeRowLayoutItemResizedEventArgs Constructor | Overloaded. |
Name | Description | |
---|---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) | |
NewSize | Gets or sets the new size of the layout item. | |
NewSpan | Gets or sets the new Span of the layout item. | |
OldSize | Gets the old size of the layout item. | |
OldSpan | Gets the old Span of the layout item. | |
ResizeType | Gets the type of Resize operation being performed. | |
RowLayoutItem | Row-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. |