Definition
Namespace:Telerik.Windows.Controls.GanttView
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
C#
public class GanttDragResizeVisualProvider : DragResizeVisualProvider, IDragVisualProvider
Inheritance: objectDragResizeVisualProviderGanttDragResizeVisualProvider
Implements:
Inherited Members
Constructors
C#
public GanttDragResizeVisualProvider()
Methods
When overridden in a derived class allows customization of the type of the drag visual.
C#
protected override DragResizeVisualCue CreateDragVisualCore(DragResizeVisualProviderState state)
The DragResizeVisualProviderState that describes the initiated operation.
Returns:The new DragResizeVisualCue to be used for the initiated operation.
Overrides: