aspnet-devexpress-dot-web-e19b9c26.md
Lists values that specify in which rows a custom button is displayed.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum GridViewCustomButtonVisibility
Public Enum GridViewCustomButtonVisibility
| 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.
|
The following properties accept/return GridViewCustomButtonVisibility values:
See Also