Back to Devexpress

BarManager.SetShowGlyphsInPopupMenus(DependencyObject, Nullable<Boolean>) Method

wpf-devexpress-dot-xpf-dot-bars-dot-barmanager-dot-setshowglyphsinpopupmenus-x28-system-dot-windows-dot-dependencyobject-system-dot-nullable-system-dot-boolean-x29.md

latest1.7 KB
Original Source

BarManager.SetShowGlyphsInPopupMenus(DependencyObject, Nullable<Boolean>) Method

Sets the value of the BarManager.ShowGlyphsInPopupMenus attached property to a specified DependencyObject.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static void SetShowGlyphsInPopupMenus(
    DependencyObject element,
    bool? value
)
vb
Public Shared Sub SetShowGlyphsInPopupMenus(
    element As DependencyObject,
    value As Boolean?
)

Parameters

NameTypeDescription
elementDependencyObject

The object to which the attached property is written.

| | value | Nullable<Boolean> |

true, to display glyphs within the popup menu; otherwise, false.

|

See Also

BarManager Class

BarManager Members

DevExpress.Xpf.Bars Namespace