Back to Devexpress

TreeListPersistentLayout.Columns Property

blazor-devexpress-dot-blazor-dot-treelistpersistentlayout-05d26980.md

latest1.2 KB
Original Source

TreeListPersistentLayout.Columns Property

Contains a collection of objects that store TreeList column layouts.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[JsonConverter(typeof(TreeListPersistentLayoutCollectionJsonConverter<TreeListPersistentLayoutColumn>))]
public TreeListPersistentLayoutCollection<TreeListPersistentLayoutColumn> Columns { get; set; }

Property Value

TypeDescription
TreeListPersistentLayoutCollection<TreeListPersistentLayoutColumn>

A collection of column layouts.

|

Remarks

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

See Also

TreeListPersistentLayout Class

TreeListPersistentLayout Members

DevExpress.Blazor Namespace