Skip to main content

TreeListBandCollection.VisibleCount Property

Gets the number of visible bands within the collection.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public int VisibleCount { get; }

Property Value

Type Description
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