GridViewDetailRowButtonState Enum
Lists the values that specify the expand button’s state.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
Name | Description |
---|---|
Visible
|
The expand button is visible. |
Hidden
|
The expand button is hidden. |
Related API Members
The following properties accept/return GridViewDetailRowButtonState values:
Remarks
Values listed by this enumeration are used to set the ASPxGridViewDetailRowButtonEventArgs.ButtonState property.
See Also