Skip to main content
A newer version of this page is available. .
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.v20.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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CommandCellType property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also