AccordionControlElement.IsVisible Property
Gets whether the current element is displayed.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
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