Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / C1AccordionPageSettings Class
Properties Methods Events


In This Topic
    C1AccordionPageSettings Class Members
    In This Topic

    The following tables list the members exposed by C1AccordionPageSettings.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1AccordionPageSettings.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets an image shown in C1AccordionPage as close icon when ShowCloseButton is true.  
    Public PropertyGets or sets the image displayed in the header of an expanded C1AccordionPage when ExpandDirection is set to ExpandDirection.Down.  
    Public PropertyGets or sets the image displayed in the header of an expanded C1AccordionPage when ExpandDirection is set to ExpandDirection.Right.  
    Public PropertyGets or sets the image displayed in the header of a collapsed C1AccordionPage when ExpandDirection is set to ExpandDirection.Down.  
    Public PropertyGets or sets the image displayed in the header of an collapsed C1AccordionPage when ExpandDirection is set to ExpandDirection.Right.  
    Public PropertyGets or sets a value that determines whether close button should be displayed in C1AccordionPage header.  
    Public PropertyGets or sets a value that determines whether expand icons are displayed.  
    Public PropertyGets or sets a value that determines whether pages icons are displayed.  
    Top
    Public Methods
     NameDescription
    Public MethodReset all to default properties.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the PropertyChanged event.  
    Protected MethodCompares two values of property and raises an PropertyChanged event if they are different.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property value changes.  
    Top
    See Also