Skip to main content
All docs
V25.1
  • GridPersistentLayout.Columns Property

    Specifies a collection of objects that store Grid column layouts.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [JsonConverter(typeof(GridPersistentLayoutCollectionJsonConverter<GridPersistentLayoutColumn>))]
    public GridPersistentLayoutCollection<GridPersistentLayoutColumn> Columns { get; set; }

    Property Value

    Type Description
    GridPersistentLayoutCollection<GridPersistentLayoutColumn>

    A collection of column layouts.

    Remarks

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

    See Also