Skip to main content
Tab

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewTableCommandCellType CommandCellType { get; }

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