GridCustomizeElementEventArgs.ElementType Property
Specifies an element type.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
public GridElementType ElementType { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
Available values:
Name | Description |
---|---|
Data |
A data row. |
Data |
A data column cell. |
Command |
A command column cell. |
Selection |
A selection column cell. |
Empty |
A band‘s empty data cell. |
Group |
A group row. |
Group |
A group row cell. |
Edit |
An edit row. |
Edit |
A cell displayed in the edited row. |
Edit |
A command column cell displayed in the edited row. |
Edit |
A selection column cell displayed in the edited row. |
Edit |
An edit form cell. |
Popup |
|
Detail |
A detail row cell. |
Filter |
The filter row. |
Filter |
A filter row‘s edit cell. |
Filter |
A filter row‘s command column cell. |
Filter |
A filter row‘s selection column cell. |
Header |
The row that contains Grid column headers. |
Header |
A data column header cell. |
Header |
A command column header cell. |
Header |
A selection column header cell. |
Header |
A band‘s header cell. |
Group |
The group panel. |
Group |
A column header in the group panel. |
Footer |
The footer. |
Footer |
A footer cell. |
Footer |
The footer‘s command column cell. |
Footer |
The footer‘s selection column cell. |
Footer |
A band‘s footer cell. |
Group |
A group footer. |
Group |
A group footer cell. |
Group |
A group footer‘s command column cell. |
Group |
A group footer‘s selection column cell. |
Group |
A band‘s group footer cell. |
Column |
A column chooser item. |
Pager |
A container that stores the Grid pager. |
Search |
A container that stores the Grid search box. |
Toolbar |
A container that stores the Grid toolbar. |
Drag |
A drag hint. |
Row |
A drag anchor. |
Empty |
An empty data area. |
Edit |
A new item row. |
#Remarks
For more information and examples, refer to the CustomizeElement event’s description.