Back to Devexpress

GridViewTableCommandCellType Enum

aspnet-devexpress-dot-web-7f9ab3de.md

latest1.4 KB
Original Source

GridViewTableCommandCellType Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum GridViewTableCommandCellType
vb
Public Enum GridViewTableCommandCellType

Members

NameDescription
Data

A command cell is displayed within a data row.

| | Filter |

A command cell is displayed within the Filter Row.

|

The following properties accept/return GridViewTableCommandCellType values:

See Also

HtmlCommandCellPrepared

Grid View

DevExpress.Web Namespace