Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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