DragResizeVisualCue
Class
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
C#
public class DragResizeVisualCue : ContentControl, IEffectsPresenter
Inheritance: objectDragResizeVisualCue
Derived Classes:
Implements:
Constructors
Initializes a new instance of the DragResizeVisualCue class.
C#
public DragResizeVisualCue()
Fields
CueTemplateSelectorProperty
DependencyProperty
Identifies the CueTemplateSelector dependency property.
C#
public static readonly DependencyProperty CueTemplateSelectorProperty
EffectsProperty
DependencyProperty
Identifies the Effects dependency property.
C#
public static readonly DependencyProperty EffectsProperty
Properties
CueTemplateSelector
DataTemplateSelector
Gets or sets the CueTemplateSelector. This is a dependency property.
C#
public DataTemplateSelector CueTemplateSelector { get; set; }
Effects
DragDropEffects
Gets or sets the Effects. This is a dependency property.
C#
public DragDropEffects Effects { get; set; }
Implements:
Methods
When overridden in a derived class, is invoked whenever application code or internal processes call .
C#
public override void OnApplyTemplate()
Called when the System.Windows.Controls.ContentControl.Content property changes.