Skip to main content

GridViewCustomButtonVisibility Enum

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

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.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.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also