ClassRowHeightChangingEventArgs
Class
Event arguments for RowHeightChanging event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class RowHeightChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsRowHeightChangingEventArgs
Inherited Members
Constructors
RowHeightChangingEventArgs(GridViewRowInfo, int)
Initializes a new instance of the RowHeightChangingEventArgs class.
Declaration
cs-api-definition
public RowHeightChangingEventArgs(GridViewRowInfo row, int newHeight)
Parameters
row
The GridViewRowInfo to resize.
newHeight
The new row height.
RowHeightChangingEventArgs(GridViewRowInfo, int, bool)
Initializes a new instance of the RowHeightChangingEventArgs class.
Declaration
cs-api-definition
public RowHeightChangingEventArgs(GridViewRowInfo row, int newHeight, bool cancel)
Parameters
row
The GridViewRowInfo to resize.
newHeight
The new row height.
cancel
a value indicating whether to cancel the event
Properties
NewHeight
Gets the new row height.
Row
Gets the GridViewRowInfo to resize.