Skip to main content
Tab

GridViewDetailRowButtonState Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public enum GridViewDetailRowButtonState

#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