Skip to main content
A newer version of this page is available. .
Tab

GridViewDetailRowButtonState Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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