ASPxGridViewDetailRowButtonEventArgs.ButtonState Property
Gets or sets the button’s state.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
GridViewDetailRowButtonState | A GridViewDetailRowButtonState enumeration value that specifies the button’s state. |
Available values:
Name | Description |
---|---|
Visible | The expand button is visible. |
Hidden | The expand button is hidden. |
Remarks
Use the ButtonState property to specify whether the expand button is displayed within the processed data row.
See Also