Skip to main content
A newer version of this page is available. .
Bar

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public Bar SelectedToolbar { get; set; }

Property Value

Type Description
Bar

A Bar object whose visibility is controlled by the ToolbarListItem.

See Also