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

In This Topic
    IsOverVerticalFreezingSeparator Property
    In This Topic
    Gets or sets a value indicating if the mouse is over vertical freezing separator.
    Syntax
    'Declaration
     
    
    Public Property IsOverVerticalFreezingSeparator As Boolean
    public bool IsOverVerticalFreezingSeparator {get; set;}

    Property Value

    true if the mouse is over vertical freezing separator; otherwise, false.
    See Also