AccordionControl.DefaultGlyph Property
In This Article
Gets or sets the glyph that is displayed within all the root items when the Accordion control functions in NavigationPane view mode. This is a dependency property.
Namespace: DevExpress.Xpf.Accordion
Assembly: DevExpress.Xpf.Accordion.v24.2.dll
NuGet Package: DevExpress.Wpf.Accordion
#Declaration
public ImageSource DefaultGlyph { get; set; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#Remarks
You can specify individual glyphs for each Accordion item using the AccordionItem.Glyph property. If the individual item glyph is not specified, the default glyph (specified using the DefaultGlyph property) is displayed.
See Also