ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / DragDropIndicatorBrush Property

In This Topic
    DragDropIndicatorBrush Property
    In This Topic
    Gets or sets the brush of drop indicator when drag columns or rows.
    Syntax
    'Declaration
     
    
    Public Property DragDropIndicatorBrush As Brush
    public Brush DragDropIndicatorBrush {get; set;}
    See Also