ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Summaries Namespace / DataGridGroupWithSummaryRow Class / ShowVerticalFreezingSeparator Property

In This Topic
    ShowVerticalFreezingSeparator Property (DataGridGroupWithSummaryRow)
    In This Topic
    Gets a value indicating whether to show vertical freezing separator.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ShowVerticalFreezingSeparator As Boolean
    public bool ShowVerticalFreezingSeparator {get;}

    Property Value

    true if show vertical freezing separator; otherwise, false.
    See Also