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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
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):
See Also