Back to Devexpress

AccordionControl.SummaryItemHeader Property

wpf-devexpress-dot-xpf-dot-accordion-dot-accordioncontrol-6687ffea.md

latest2.5 KB
Original Source

AccordionControl.SummaryItemHeader Property

Gets or sets the Summary Item header. This is a dependency property.

Namespace : DevExpress.Xpf.Accordion

Assembly : DevExpress.Xpf.Accordion.v25.2.dll

NuGet Package : DevExpress.Wpf.Accordion

Declaration

csharp
public object SummaryItemHeader { get; set; }
vb
Public Property SummaryItemHeader As Object

Property Value

TypeDescription
Object

The object that represents the Summary Item header.

|

Remarks

The Summary Item is the AccordionControl‘s element that allows invoking a popup window with all accordion items:

Use the following properties to customize the summary item:

ProperyDescription
SummaryItemHeaderGets or sets the summary item’s header.
AccordionControl.SummaryItemGlyphGets or sets the summary item’s glyph.
AccordionControl.SummaryItemPositionGets or sets the summary item’s position.

The following image shows a custom summary item:

The following code sample demonstrates how to customize the summary item as shown in the image above:

xaml
<dxa:AccordionControl IsCollapseButtonVisible="True" 
    SummaryItemHeader="Items" 
    SummaryItemGlyph="{dx:DXImage Image=Technology_16x16.png}">
    ...        
</dxa:AccordionControl>

Refer to the Collapse Mode topic to learn more.

See Also

AccordionControl Class

AccordionControl Members

DevExpress.Xpf.Accordion Namespace