Back to Devexpress

TreeListBand.ActualVisible Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistband-285a91f3.md

latest2.2 KB
Original Source

TreeListBand.ActualVisible Property

Specifies whether the band and all its parents are visible.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public bool ActualVisible { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualVisible As Boolean

Property Value

TypeDescription
Boolean

true if the current band is visible within the TreeList; otherwise, false.

|

Remarks

A band’s visibility is specified by its TreeListBand.Visible property. This property’s value is propagated to all bands’ child bands and columns. So, there are situations when the band can be hidden regardless of its TreeListBand.Visible property. This occurs when one of the band’s parents is invisible.

The ActualVisible property specifies the band’s actual visibility. This property traverses the band’s parents and checks their TreeListBand.Visible property. If none of the parent bands is hidden, the ActualVisible property returns true.

See Also

Visible

TreeListBand Class

TreeListBand Members

DevExpress.XtraTreeList.Columns Namespace