ASPxGridViewTableCommandCellEventArgs.CommandCellType Property
In This Article
Gets whether the processed command cell is displayed within the auto filter row or data row.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewTableCommandCellType CommandCellType { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
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