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

GridPersistentLayout.Columns Property

Specifies a collection of objects that store Grid column layouts.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.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