ASPxClientVerticalGridBatchEditTemplateCellFocusedEventArgs.handled Property
Gets or sets a value specifying whether the event was handled.
Declaration
handled: boolean
Property Value
Type | Description |
---|---|
boolean |
|
Remarks
The ASPxClientVerticalGrid.BatchEditTemplateCellFocused event allows you to process focusing editors contained in a templated cell. If you handle the event, set the handled property to true
to indicate that default processing is not required. Otherwise, the grid control will try to focus an editor in the template.
See Also