DashboardLayout for WinForms | ComponentOne
C1.Win.C1SplitContainer Namespace / C1SplitContainer Class / UpdateNestedContainers Property

In This Topic
    UpdateNestedContainers Property (C1SplitContainer)
    In This Topic
    Gets or sets whether changes to the style properties should affect the nested split containers as well.
    Syntax
    'Declaration
     
    
    Public Property UpdateNestedContainers As Boolean
    public bool UpdateNestedContainers {get; set;}
    See Also