TreeListBandCollection.VisibleCount Property
Gets the number of visible bands within the collection.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v24.2.dll
Declaration
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