Class
DragResizeVisualCue

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public class DragResizeVisualCue : ContentControl, IEffectsPresenter

Inheritance: objectDragResizeVisualCue

Derived Classes: GanttDragResizeVisualCue

Implements: IEffectsPresenter

Constructors

DragResizeVisualCue()

Initializes a new instance of the DragResizeVisualCue class.

Declaration

cs-api-definition
public DragResizeVisualCue()

Fields

CueTemplateSelectorProperty

Identifies the CueTemplateSelector dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CueTemplateSelectorProperty

Field Value

DependencyProperty

EffectsProperty

Identifies the Effects dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty EffectsProperty

Field Value

DependencyProperty

Properties

CueTemplateSelector

Gets or sets the CueTemplateSelector. This is a dependency property.

Declaration

cs-api-definition
public DataTemplateSelector CueTemplateSelector { get; set; }

Property Value

DataTemplateSelector

Effects

Gets or sets the Effects. This is a dependency property.

Declaration

cs-api-definition
public DragDropEffects Effects { get; set; }

Property Value

DragDropEffects

Implements IEffectsPresenter.Effects

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call .

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnContentChanged(object, object)

Called when the System.Windows.Controls.ContentControl.Content property changes.

Declaration

cs-api-definition
protected override void OnContentChanged(object oldContent, object newContent)

Parameters

oldContent

object

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

newContent

object

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