Skip to main content

GridPersistentLayout.Columns Property

Specifies a collection of objects that store Grid column layouts.

Namespace: DevExpress.Blazor

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