Back to Devexpress

TreeListPersistentLayoutColumn.VisibleIndex Property

blazor-devexpress-dot-blazor-dot-treelistpersistentlayoutcolumn-6994199d.md

latest1.1 KB
Original Source

TreeListPersistentLayoutColumn.VisibleIndex Property

Specifies the column position among other columns.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public int? VisibleIndex { get; set; }

Property Value

TypeDescription
Nullable<Int32>

The visible index.

|

Remarks

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

See Also

TreeListPersistentLayoutColumn Class

TreeListPersistentLayoutColumn Members

DevExpress.Blazor Namespace