Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

GridPersistentLayoutColumnType Enum

Lists values that specify the column type.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

Declaration

public enum GridPersistentLayoutColumnType

Members

Name Description
Data

A data column.

Command

A command column.

Selection

A selection column.

Related API Members

The following properties accept/return GridPersistentLayoutColumnType values:

Remarks

Refer to the GridPersistentLayoutColumn class description for more information and an example.

See Also