Back to Devexpress

ToolbarListItem.SelectedToolbar Property

wpf-devexpress-dot-xpf-dot-bars-dot-toolbarlistitem-b529de08.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Bar SelectedToolbar { get; set; }
vb
Public Property SelectedToolbar As Bar

Property Value

TypeDescription
Bar

A Bar object whose visibility is controlled by the ToolbarListItem.

|

See Also

ToolbarListItem Class

ToolbarListItem Members

DevExpress.Xpf.Bars Namespace