A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
public GridViewTableCommandCellType CommandCellType { get; }
Public ReadOnly Property CommandCellType As GridViewTableCommandCellType
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. |
See Also
Feedback