Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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