Skip to main content
A newer version of this page is available. .
Bar

BarItem.UseAsBarItemGlyph Attached Property

Specifies whether an object’s image should serve as a Bar Item’s glyph when this object is presented as a Bar Item. This is an attached property.

Namespace: DevExpress.Xpf.Bars

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

Declaration

Returns

Type Description
Boolean

true if an object’s image should serve as a Bar Item’s glyph when this object is presented as a Bar Item; otherwise, false.

Remarks

The UseAsBarItemGlyph property is used by our Filter Editor to display column header glyphs within the corresponding menu items (see the image below):

filtercontrol-useasbaritemglyph

See Also