GridViewCustomButtonVisibility Enum
In This Article
Lists values that specify in which rows a custom button is displayed.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
Filter |
A custom button is displayed within the Filter Row. |
All |
A custom button is displayed within all data rows. |
Browsable |
A custom button is displayed within data rows whose values are not edited. |
Editable |
A custom button is displayed within a data row currently being edited. |
Invisible | A custom button is hidden. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also