[]
        
(Showing Draft Content)

C1.Win.Accordion.C1AccordionPageSettings

C1AccordionPageSettings Class

Group of properties which defines a set of common displaying properties for all AccordionPages.

Inheritance
C1AccordionPageSettings
Namespace: C1.Win.Accordion
Assembly: C1.Win.Accordion.8.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class C1AccordionPageSettings : INotifyPropertyChanged

Constructors

Name Description
C1AccordionPageSettings()

Initializes a new instance of the C1AccordionPageSettings.

Properties

Name Description
CloseIconImage

Gets or sets an image shown in C1AccordionPage as close icon when ShowCloseButton is true.

CollapseDownIconImage

Gets or sets the image displayed in the header of an expanded C1AccordionPage when ExpandDirection is set to Down.

CollapseRightIconImage

Gets or sets the image displayed in the header of an expanded C1AccordionPage when ExpandDirection is set to Right.

ExpandDownIconImage

Gets or sets the image displayed in the header of a collapsed C1AccordionPage when ExpandDirection is set to Down.

ExpandRightIconImage

Gets or sets the image displayed in the header of an collapsed C1AccordionPage when ExpandDirection is set to Right.

HighlightWholeHeader

Gets or sets a value that determines whether C1AccordionPage header or also expand/collapse icons should be highlighted when moving the mouse over the C1AccordionPage header.

ShowCloseButton

Gets or sets a value that determines whether close button should be displayed in C1AccordionPage header.

ShowExpandIcon

Gets or sets a value that determines whether expand icons are displayed.

ShowIcon

Gets or sets a value that determines whether pages icons are displayed.

Methods

Name Description
OnPropertyChanged(string)

Raises the PropertyChanged event.

Reset()

Reset all to default properties.

SetField<T>(ref T, T, string)

Compares two values of property and raises an PropertyChanged event if they are different.

Events

Name Description
PropertyChanged

Occurs when a property value changes.