BootstrapCardViewEditorEventArgs Properties
Provides data for the BootstrapCardView.CellEditorInitialize event.| Name | Description |
|---|---|
| Column | Gets the data column whose cell editor is being initialized. |
| Editor | Gets the editor currently being processed. Inherited from ASPxGridEditorEventArgs. |
| KeyValue | Gets the card key value - an object that uniquely identifies the card. Inherited from ASPxCardViewEditorEventArgs. |
| Value | Gets the editor’s value. Inherited from ASPxGridEditorEventArgs. |
| VisibleIndex | Gets the edited card’s visible index. Inherited from ASPxCardViewEditorEventArgs. |
See Also