ASPxGridViewDetailRowButtonEventArgs.ButtonState Property
In This Article
Gets or sets the button’s state.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewDetailRowButtonState ButtonState { get; set; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
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