Skip to main content

AccordionControlElement.IsVisible Property

Gets whether the current element is displayed.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public bool IsVisible { get; }

Property Value

Type Description
Boolean

true if the element is displayed; otherwise, false.

Remarks

The IsVisible property returns false for the following objects:

See Also