A newer version of this page is available.
Switch to the current version.
TreeList.VisibleColumnCount Property
Obsolete. Gets the number of visible columns within the Tree List.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v19.2.dll
Declaration
[Browsable(false)]
[Obsolete("Use the VisibleColumns.Count property instead")]
public int VisibleColumnCount { get; }
<Browsable(False)>
<Obsolete("Use the VisibleColumns.Count property instead")>
Public ReadOnly Property VisibleColumnCount As Integer
Property Value
Type | Description |
---|---|
Int32 | An integer value representing the number of visible columns. |
See Also
Feedback