Skip to main content
All docs
V25.1
  • TreeListPersistentLayoutColumn.ColumnType Property

    Specifies the processed column’s type.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [JsonConverter(typeof(JsonStringEnumConverter))]
    [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
    public TreeListPersistentLayoutColumnType ColumnType { get; set; }

    Property Value

    Type Description
    TreeListPersistentLayoutColumnType

    An enumeration value.

    Available values:

    Name Description
    Data

    A data column.

    Command

    A command column.

    Selection

    A selection column.

    Band

    A band column.

    Remarks

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

    See Also