Back to Devexpress

AccordionControlElement.IsVisible Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrolelement-8b2b7b93.md

latest2.7 KB
Original Source

AccordionControlElement.IsVisible Property

Gets whether the current element is displayed.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if the element is displayed; otherwise, false.

|

Remarks

The IsVisible property returns false for the following objects:

See Also

Visible

Expanded

AccordionControl.Elements

AccordionControlElement.Elements

GetElements()

GetVisibleElements()

ForEachElement(Action<AccordionControlElement>)

ForEachVisibleElement(Action<AccordionControlElement>)

Level

AccordionControlElement Class

AccordionControlElement Members

DevExpress.XtraBars.Navigation Namespace