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

In This Topic
    DragSourceColumnStyle Property
    In This Topic
    Gets or sets the style applied to a System.Windows.Controls.ContentControl that is placed over the source column when it starts the Drag and Drop operation.
    Syntax
    'Declaration
     
    
    Public Property DragSourceColumnStyle As Style
    public Style DragSourceColumnStyle {get; set;}
    Remarks
    See Also