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

Definition

Namespace:Telerik.Windows.Controls.GanttView

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

C#
public class DragResizeSlotHighlightContainer.Proxy : DependencyObject

Inheritance: objectDragResizeSlotHighlightContainer.Proxy

Constructors

C#
public Proxy()

Fields

EndProperty

DependencyProperty

C#
public static readonly DependencyProperty EndProperty

StartProperty

DependencyProperty

C#
public static readonly DependencyProperty StartProperty

TaskProperty

DependencyProperty

C#
public static readonly DependencyProperty TaskProperty

Properties

Gets or sets the end.

C#
public DateTime End { get; set; }
Property Value:

The end.

Gets or sets the start.

C#
public DateTime Start { get; set; }
Property Value:

The start.

Gets or sets the task.

C#
public object Task { get; set; }
Property Value:

The task.