Back to Devexpress

TreeList.VisibleColumns Property

windowsforms-devexpress-dot-xtratreelist-dot-treelist-0ae922fb.md

latest1.7 KB
Original Source

TreeList.VisibleColumns Property

Gets the collection of visible columns.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[Browsable(false)]
public VisibleColumnsList VisibleColumns { get; }
vb
<Browsable(False)>
Public ReadOnly Property VisibleColumns As VisibleColumnsList

Property Value

TypeDescription
DevExpress.XtraTreeList.ViewInfo.VisibleColumnsList

A VisibleColumnsList object storing visible columns.

|

Remarks

Use the VisibleColumns property to access currently visible columns.

To make a column visible, use its TreeListColumn.Visible or TreeListColumn.VisibleIndex property.

See Also

Columns

Visible

VisibleIndex

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace