Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / GroupByControl Class / ConnectionLineAlignment Property


In This Topic
    ConnectionLineAlignment Property (GroupByControl)
    In This Topic
    Gets or sets the alignment of the lines that connect the group-by items in the group-by control together.
    Syntax
    'Declaration
     
    Public Property ConnectionLineAlignment As ConnectionLineAlignment
    'Usage
     
    Dim instance As GroupByControl
    Dim value As ConnectionLineAlignment
     
    instance.ConnectionLineAlignment = value
     
    value = instance.ConnectionLineAlignment
    public ConnectionLineAlignment ConnectionLineAlignment {get; set;}

    Property Value

    A ConnectionLineAlignment value that indicates the alignment of the lines that connect the GroupByItems in the GroupByControl together.

    Member Description
    RightToBottom The lines are aligned right to bottom.
    LeftToBottom The lines are aligned left to bottom.
    RightToTop The lines are aligned right to top.
    LeftToTop The lines are aligned left to top.
    CenterToCenter The lines are aligned center to center.

    Requirements

    See Also