Skip to main content
A newer version of this page is available. .

AccordionControlElement.IsVisible Property

Gets whether the current element is displayed.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

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