Skip to main content
A newer version of this page is available. .
Tab

GridViewTableCommandCellType Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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 Controls and MVC Extensions ASPxGridViewCustomButtonEventArgs.CellType
ASPxGridViewTableCommandCellEventArgs.CommandCellType
eXpressApp Framework ASPxGridViewCustomButtonInitializer.CellType

Remarks

The values listed by this enumeration are used to set the ASPxGridViewTableCommandCellEventArgs.CommandCellType property’s value.

See Also