Back to Devexpress

TreeListBandCollection.VisibleCount Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistbandcollection-0eaadba3.md

latest1.6 KB
Original Source

TreeListBandCollection.VisibleCount Property

Gets the number of visible bands within the collection.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public int VisibleCount { get; }
vb
Public ReadOnly Property VisibleCount As Integer

Property Value

TypeDescription
Int32

A value that specifies the number of visible bands.

|

Remarks

The VisibleCount property returns the number of bands within the collection whose TreeListBand.Visible property is set to true.

See Also

Visible

TreeListBandCollection Class

TreeListBandCollection Members

DevExpress.XtraTreeList.Columns Namespace