Skip to main content
Bar

BarItem.GetUseAsBarItemGlyph(DependencyObject) Method

Gets the BarItem.UseAsBarItemGlyph attached property's value.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public static bool GetUseAsBarItemGlyph(
    DependencyObject obj
)

#Parameters

Name Type Description
obj DependencyObject

An object whose BarItem.UseAsBarItemGlyph attached property is to be returned.

#Returns

Type Description
Boolean

The value of the BarItem.UseAsBarItemGlyph attached property for the specified object.

See Also