Intersoft ClientUI Documentation
DragIndicator Property



Gets or sets the template that is used to display the visual indicator of a column header while the user drags it.
Syntax
Public Property DragIndicator As Control
Dim instance As UXGridViewColumnReorderingEventArgs
Dim value As Control
 
instance.DragIndicator = value
 
value = instance.DragIndicator
public Control DragIndicator {get; set;}
public:
property Control^ DragIndicator {
   Control^ get();
   void set (    Control^ value);
}

Property Value

The template that is used to display a dragged column header.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXGridViewColumnReorderingEventArgs Class
UXGridViewColumnReorderingEventArgs Members

Send Feedback