Back to Devexpress

BarManager.GetShowGlyphsInPopupMenus(DependencyObject) Method

wpf-devexpress-dot-xpf-dot-bars-dot-barmanager-dot-getshowglyphsinpopupmenus-x28-system-dot-windows-dot-dependencyobject-x29.md

latest1.7 KB
Original Source

BarManager.GetShowGlyphsInPopupMenus(DependencyObject) Method

Gets the value of the BarManager.ShowGlyphsInPopupMenus attached property for a specified DependencyObject.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static bool? GetShowGlyphsInPopupMenus(
    DependencyObject element
)
vb
Public Shared Function GetShowGlyphsInPopupMenus(
    element As DependencyObject
) As Boolean?

Parameters

NameTypeDescription
elementDependencyObject

The object from which the property value is read.

|

Returns

TypeDescription
Nullable<Boolean>

The BarManager.ShowGlyphsInPopupMenus property value for the object.

|

See Also

BarManager Class

BarManager Members

DevExpress.Xpf.Bars Namespace