ToolbarListItem.SelectedToolbar Property
Gets or sets the bar whose visibility is controlled by the ToolbarListItem. If this property is set to a bar, the ToolbarListItem displays only this bar. Otherwise, the ToolbarListItem provides access to all bars. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Bar | A Bar object whose visibility is controlled by the ToolbarListItem. |
See Also