Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / ExpandDirectionChangingEventArgs Class / NewExpandDirection Property

In This Topic
    NewExpandDirection Property (ExpandDirectionChangingEventArgs)
    In This Topic
    Gets the value that ExpandDirection is about to change to.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NewExpandDirection As ExpandDirection
    public ExpandDirection NewExpandDirection {get;}
    See Also