Back to Devexpress

AccordionControl.DefaultGlyph Property

wpf-devexpress-dot-xpf-dot-accordion-dot-accordioncontrol-a1f3d454.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Accordion

Declaration

csharp
public ImageSource DefaultGlyph { get; set; }
vb
Public Property DefaultGlyph As ImageSource

Property Value

TypeDescription
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

AccordionControl Class

AccordionControl Members

DevExpress.Xpf.Accordion Namespace