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

In This Topic
    DropIndicatorStyle Property
    In This Topic
    Gets or sets the style applied to a System.Windows.Controls.ContentControl element used to indicate the position where the dragged column will be dropped.
    Syntax
    'Declaration
     
    
    Public Property DropIndicatorStyle As Style
    public Style DropIndicatorStyle {get; set;}
    Remarks
    See Also