AccordionControlElement.IsVisible Property
Gets whether the current element is displayed.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the element is displayed; otherwise, false. |
Remarks
The IsVisible property returns false for the following objects:
- Elements whose AccordionControlElementBase.Visible property is set to false.
- Elements that reside within collapsed groups (see AccordionControlElementBase.Expanded).
See Also