Back to Devexpress

TreeList.VisibleColumnCount Property

windowsforms-devexpress-dot-xtratreelist-dot-treelist-984d1fb1.md

latest1.6 KB
Original Source

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

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the VisibleColumns.Count property instead")]
public int VisibleColumnCount { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<Obsolete("Use the VisibleColumns.Count property instead")>
Public ReadOnly Property VisibleColumnCount As Integer

Property Value

TypeDescription
Int32

An integer value representing the number of visible columns.

|

See Also

VisibleIndex

VisibleColumns

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace