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

GridViewCustomButtonVisibility Enum

Lists values that specify in which rows a custom button is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum GridViewCustomButtonVisibility

Members

Name Description
FilterRow

A custom button is displayed within the Filter Row.

AllDataRows

A custom button is displayed within all data rows.

BrowsableRow

A custom button is displayed within data rows whose values are not edited.

EditableRow

A custom button is displayed within a data row currently being edited.

Invisible

A custom button is hidden.

Related API Members

The following properties accept/return GridViewCustomButtonVisibility values:

Remarks

The values listed by this enumeration are used to set the GridViewCommandColumnCustomButton.Visibility property.

See Also