Back to Devexpress

BarSplitItemThemeSelectorBehavior.ShowSelectedThemeGlyph Property

wpf-devexpress-dot-xpf-dot-bars-dot-barsplititemthemeselectorbehavior.md

latest1.4 KB
Original Source

BarSplitItemThemeSelectorBehavior.ShowSelectedThemeGlyph Property

Gets or sets whether the BarSplitItemThemeSelectorBehavior‘s bar item should display an applied theme’s icon. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool ShowSelectedThemeGlyph { get; set; }
vb
Public Property ShowSelectedThemeGlyph As Boolean

Property Value

TypeDescription
Boolean

true to display an applied theme’s icon in the BarSplitItemThemeSelectorBehavior‘s bar item; otherwise false.

|

See Also

BarSplitItemThemeSelectorBehavior Class

BarSplitItemThemeSelectorBehavior Members

DevExpress.Xpf.Bars Namespace