MindFusion.Wpf Pack Programmer's Guide
Accordion Members
Constructors Fields Attached Properties Properties Methods
 


Represents a container of elements. The elements in the Accordion can be expanded or collapsed.

The following tables list the members exposed by the Accordion type.

 Public Constructors

  Name Description

Accordion

Initializes a new instance of the Accordion class.

 Public Fields

  Name Description

AllowMultipleExpandsProperty

Identifies the AllowMultipleExpands dependency property.

HeaderProperty

Identifies the Header attached property.

SectionHeaderBackgroundProperty

Identifies the SectionHeaderBackground dependency property.

SectionHeaderBorderBrushProperty

Identifies the SectionHeaderBorderBrush property.

SectionHeaderTemplateProperty

Identifies the SectionHeaderTemplate dependency property.

 Public Attached Properties

  Name Description

HeaderProperty

Gets or sets the header of an accordion item.

 Public Properties

  Name Description

AllowMultipleExpands

Gets or sets a value indicating whether mode than one accordion item can be expended at a time. This is a dependency property.

SectionHeaderBackground

Gets or sets the header background of the accordion items. This is a dependency property.

SectionHeaderBorderBrush

Gets or sets the header border brush of the accordion items. This is a dependency property.

SectionHeaderTemplate

Gets or sets the template used to display the content of the accordion item headers. This is a dependency property.

 Public Methods

  Name Description

GetHeader

Gets the value of the Accordion.Header attached property for a given dependency object.

SetHeader

Sets the value of the Accordion.Header attached property for a given dependency object.

 Protected Methods

  Name Description

GetContainerForItemOverride

ItemsControl.GetContainerForItemOverride override.

IsItemItsOwnContainerOverride

ItemsControl.IsItemItsOwnContainerOverride override.

PrepareContainerForItemOverride

ItemsControl.PrepareContainerForItemOverride override.

 See Also

Accordion Class
MindFusion.UI.Wpf Namespace