[]
Group of properties which defines a set of common displaying properties for all AccordionPages.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class C1AccordionPageSettings : INotifyPropertyChanged
| Name | Description |
|---|---|
| C1AccordionPageSettings() | Initializes a new instance of the C1AccordionPageSettings. |
| 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. |
| 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. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when a property value changes. |