Skip to main content
A newer version of this page is available. .

TreeList.VisibleColumnCount Property

OBSOLETE

Use the VisibleColumns.Count property instead

Gets the number of visible columns within the Tree List.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v21.2.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the VisibleColumns.Count property instead")]
public int VisibleColumnCount { get; }

Property Value

Type Description
Int32

An integer value representing the number of visible columns.

See Also