Skip to main content
Tab

ASPxGridViewCustomButtonEventArgs.CellType Property

Gets a value that specifies in which row a custom button is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewTableCommandCellType CellType { get; }

Property Value

Type Description
GridViewTableCommandCellType

A GridViewTableCommandCellType enumeration value that specifies in which row a custom button is displayed.

Available values:

Name Description
Data

A command cell is displayed within a data row.

Filter

A command cell is displayed within the Filter Row.

See Also