New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

C#
public class DragResizeVisualCue : ContentControl, IEffectsPresenter

Inheritance: objectDragResizeVisualCue

Derived Classes: GanttDragResizeVisualCue

Implements: IEffectsPresenter

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: IEffectsPresenter.Effects

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.

C#
protected override void OnContentChanged(object oldContent, object newContent)
Parameters:oldContentobject

The old value of the System.Windows.Controls.ContentControl.Content property.

newContentobject

The new value of the System.Windows.Controls.ContentControl.Content property.