ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridViewProperties Class / IsDraggingVerticalFreezingSeparator Property

In This Topic
    IsDraggingVerticalFreezingSeparator Property (DataGridViewProperties)
    In This Topic
    Gets or sets a value indicating if the vertical freezing separator is being dragged.
    Syntax
    'Declaration
     
    
    Public Property IsDraggingVerticalFreezingSeparator As Boolean
    public bool IsDraggingVerticalFreezingSeparator {get; set;}

    Property Value

    true if the vertical freezing separator is being dragged; otherwise, false.
    See Also