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

GridCustomizeElementEventArgs.ElementType Property

Specifies an element type (a data row, group row or cell).

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v21.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public GridElementType ElementType { get; }

Property Value

Type Description
GridElementType

A GridElementType enumeration value.

Available values:

Name Description
DataRow

A data row.

DataCell

A data column cell.

CommandCell

A command column cell.

SelectionCell

A selection column cell.

GroupRow

A group row.

DetailCell

A detail row cell.

Remarks

For more information and examples, refer to the CustomizeElement event’s description.

See Also