Skip to main content
A newer version of this page is available. .

ASPxClientCardViewBatchEditTemplateCellFocusedEventArgs.handled Property

Gets or sets a value specifying whether the event was handled.

Declaration

handled: boolean

Property Value

Type Description
boolean

true if the event was handled and default processing should not occur; false if the event should be handled using default processing.

Remarks

The ASPxClientCardView.BatchEditTemplateCellFocused event allows you the process the focusing of 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 CardView will try to focus an editor in the template.

See Also