Class DragResizeSlotHighlightContainer.Proxy
Inheritance
System.Object
DragResizeSlotHighlightContainer.Proxy
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class Proxy : DependencyObject
Constructors
Proxy()
Declaration
public Proxy()
Fields
EndProperty
Declaration
public static readonly DependencyProperty EndProperty
Field Value
System.Windows.DependencyProperty
|
StartProperty
Declaration
public static readonly DependencyProperty StartProperty
Field Value
System.Windows.DependencyProperty
|
TaskProperty
Declaration
public static readonly DependencyProperty TaskProperty
Field Value
System.Windows.DependencyProperty
|
Properties
End
Gets or sets the end.
Declaration
public DateTime End { get; set; }
Property Value
System.DateTime
The end. |
Start
Gets or sets the start.
Declaration
public DateTime Start { get; set; }
Property Value
System.DateTime
The start. |
Task
Gets or sets the task.
Declaration
public object Task { get; set; }
Property Value
System.Object
The task. |