Class EventProxy
Inheritance
System.Object
EventProxy
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class EventProxy : DependencyObject
Constructors
EventProxy()
Declaration
public EventProxy()
Fields
EndProperty
Declaration
public static readonly DependencyProperty EndProperty
Field Value
System.Windows.DependencyProperty
|
OriginalEventProperty
Declaration
public static readonly DependencyProperty OriginalEventProperty
Field Value
System.Windows.DependencyProperty
|
ProgressProperty
Declaration
public static readonly DependencyProperty ProgressProperty
Field Value
System.Windows.DependencyProperty
|
StartProperty
Declaration
public static readonly DependencyProperty StartProperty
Field Value
System.Windows.DependencyProperty
|
TitleProperty
Declaration
public static readonly DependencyProperty TitleProperty
Field Value
System.Windows.DependencyProperty
|
Properties
DataItem
Declaration
public object DataItem { get; }
Property Value
System.Object
|
End
Declaration
public DateTime End { get; set; }
Property Value
System.DateTime
|
OriginalEvent
Progress
Declaration
public double Progress { get; set; }
Property Value
System.Double
|
Start
Declaration
public DateTime Start { get; set; }
Property Value
System.DateTime
|
Title
Declaration
public string Title { get; set; }
Property Value
System.String
|
Methods
SetDataItem(Object)
Declaration
public void SetDataItem(object dataItem)
Parameters
System.Object
dataItem
|
UpdateProperties()
Declaration
protected virtual void UpdateProperties()