Skip to main content

AccordionControl.DefaultGlyph Property

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Accordion

Declaration

public ImageSource DefaultGlyph { get; set; }

Property Value

Type Description
ImageSource

An ImageSource object that specifies the image displayed within the accordion item.

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