Back to Devexpress

GridPersistentLayout.Columns Property

blazor-devexpress-dot-blazor-dot-gridpersistentlayout-fcd27a43.md

latest1.2 KB
Original Source

GridPersistentLayout.Columns Property

Specifies a collection of objects that store Grid column layouts.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDescription
GridPersistentLayoutCollection<GridPersistentLayoutColumn>

A collection of column layouts.

|

Remarks

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

See Also

GridPersistentLayout Class

GridPersistentLayout Members

DevExpress.Blazor Namespace