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

GridViewCommandColumnCustomButton.Visibility Property

Gets or sets a value that specifies in which rows the custom button is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(GridViewCustomButtonVisibility.BrowsableRow)]
public GridViewCustomButtonVisibility Visibility { get; set; }

Property Value

Type Default Description
GridViewCustomButtonVisibility **BrowsableRow**

A GridViewCustomButtonVisibility enumeration value that specifies in which rows the custom button is displayed.

Available values:

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.

See Also