ASPxGridViewCustomButtonInitializer.CellType Property
Gets a value that specifies in which row a custom button is displayed.
Namespace: DevExpress.ExpressApp.Web.Editors.ASPx
Assembly: DevExpress.ExpressApp.Web.v25.1.dll
NuGet Package: DevExpress.ExpressApp.Web
Declaration
Property Value
| Type | Description |
|---|---|
| GridViewTableCommandCellType | A GridViewTableCommandCellType enumeration value that specifies in which row a custom button is displayed. |
Available values:
| Name | Description |
|---|---|
| Data | A command cell is displayed within a data row. |
| Filter | A command cell is displayed within the Filter Row. |
See Also