Intersoft ClientUI Documentation
DropLocationIndicator Property



Gets or sets the template that is used to display the visual indicator of the current drop location during a column drag operation.
Syntax
Public Property DropLocationIndicator As Control
Dim instance As UXGridViewColumnReorderingEventArgs
Dim value As Control
 
instance.DropLocationIndicator = value
 
value = instance.DropLocationIndicator
public Control DropLocationIndicator {get; set;}
public:
property Control^ DropLocationIndicator {
   Control^ get();
   void set (    Control^ value);
}

Property Value

The template that is used to display the drop location indicator during a column drag operation.
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