ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / AllowVerticalSplit Property

In This Topic
    AllowVerticalSplit Property (C1Combo)
    In This Topic
    Specifies if a user is allowed to create vertical splits.
    Syntax
    'Declaration
     
    
    Public Property AllowVerticalSplit As Boolean
    public bool AllowVerticalSplit {get; set;}
    See Also