ASPxGridViewTableCommandCellEventArgs.CommandCellType Property
Gets whether the processed command cell is displayed within the auto filter row or data row.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.2.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Description |
|---|---|
| GridViewTableCommandCellType | A GridViewTableCommandCellType enumeration value that specifies whether the processed command cell is displayed within the auto filter row or data row. |
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