NavElement.Visible Property
Gets or sets whether the current NavElement object is visible. This property is in effect for elements of the TileNavPane.Buttons collection.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if the current NavElement is visible; otherwise, false. |
See Also