Skip to main content
Bar

BarItem.SetUseAsBarItemGlyph(DependencyObject, Boolean) Method

In This Article

Sets the BarItem.UseAsBarItemGlyph attached property's value.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public static void SetUseAsBarItemGlyph(
    DependencyObject obj,
    bool value
)

#Parameters

Name Type Description
obj DependencyObject

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

value Boolean

A new value of the BarItem.UseAsBarItemGlyph attached property.

See Also