Back to Devexpress

GridViewDetailRowButtonState Enum

aspnet-devexpress-dot-web-a349787e.md

latest1.2 KB
Original Source

GridViewDetailRowButtonState Enum

Lists the values that specify the expand button’s state.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum GridViewDetailRowButtonState
vb
Public Enum GridViewDetailRowButtonState

Members

NameDescription
Visible

The expand button is visible.

| | Hidden |

The expand button is hidden.

|

The following properties accept/return GridViewDetailRowButtonState values:

Remarks

Values listed by this enumeration are used to set the ASPxGridViewDetailRowButtonEventArgs.ButtonState property.

See Also

Grid View

DevExpress.Web Namespace