GridPersistentLayout.Columns Property
In This Article
Specifies a collection of objects that store Grid column layouts.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[JsonConverter(typeof(GridPersistentLayoutCollectionJsonConverter<GridPersistentLayoutColumn>))]
public GridPersistentLayoutCollection<GridPersistentLayoutColumn> Columns { get; set; }
#Property Value
Type | Description |
---|---|
Grid |
A collection of column layouts. |
#Remarks
Refer to the GridPersistentLayout class description for more information and an example.
See Also