Skip to main content
Tab

GridViewTableCommandCellType Enum

Lists values that specify in which row a command cell is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public enum GridViewTableCommandCellType

#Members

Name Description
Data

A command cell is displayed within a data row.

Filter

A command cell is displayed within the Filter Row.

#Related API Members

The following properties accept/return GridViewTableCommandCellType values:

Library Related API Members
ASP.NET Web Forms Controls ASPxGridViewCustomButtonEventArgs.CellType
ASPxGridViewTableCommandCellEventArgs.CommandCellType
XAF: Cross-Platform .NET App UI & Web API ASPxGridViewCustomButtonInitializer.CellType

See Also