WPF Layout Controls | ComponentOne
C1.WPF.Accordion Namespace / C1Accordion Class / ExpandMode Property

In This Topic
    ExpandMode Property
    In This Topic
    Gets or sets the expanding behavior for C1Accordion which determines if how many items can be expanded s expands.
    Syntax
    'Declaration
     
    
    Public Property ExpandMode As ExpandMode
    public ExpandMode ExpandMode {get; set;}
    See Also