ASPxClientVerticalGridBatchEditTemplateCellFocusedEventArgs Members
Provides data for the ASPxClientVerticalGrid.BatchEditTemplateCellFocused event.Constructors
Name | Description |
---|---|
constructor(row) | Initializes a new instance of the ASPxClientVerticalGridBatchEditTemplateCellFocusedEventArgs class with the specified row. |
Properties
Name | Description |
---|---|
handled | Gets or sets a value specifying whether the event was handled. |
row | Gets the currently processed row. |
See Also