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

In This Topic
    ShowVerticalFreezingSeparator Property (DataGridRow)
    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