ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / DragOverColumnStyle Property

In This Topic
    DragOverColumnStyle Property
    In This Topic
    Gets or sets the style applied to a System.Windows.Controls.ContentControl element used to show the dragged column while it moves.
    Syntax
    'Declaration
     
    
    Public Property DragOverColumnStyle As Style
    public Style DragOverColumnStyle {get; set;}
    Remarks
    See Also