ASPxGridViewDetailRowButtonEventArgs Properties
Provides data for the ASPxGridView.DetailRowGetButtonVisibility event.| Name | Description |
|---|---|
| ButtonState | Gets or sets the button’s state. |
| IsExpanded | Gets whether the processed data row is expanded. |
| KeyValue | Gets an object that uniquely identifies the data row. Inherited from ASPxGridViewItemEventArgs. |
| VisibleIndex | Gets the visible index of the data row. Inherited from ASPxGridViewItemEventArgs. |
See Also