Class EventProxy
Inherited Members
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class EventProxy : PropertyChangedBase, INotifyPropertyChanged
Constructors
EventProxy()
Declaration
public EventProxy()
Properties
DataItem
Declaration
public object DataItem { get; }
Property Value
System.Object
|
End
Gets or sets End and notifies for changes.
Declaration
public DateTime End { get; set; }
Property Value
System.DateTime
|
OriginalEvent
Gets or sets OriginalEvent and notifies for changes.
Declaration
public IGanttTask OriginalEvent { get; set; }
Property Value
IGanttTask
|
Progress
Gets or sets Progress and notifies for changes.
Declaration
public double Progress { get; set; }
Property Value
System.Double
|
Start
Gets or sets Start and notifies for changes.
Declaration
public DateTime Start { get; set; }
Property Value
System.DateTime
|
Title
Gets or sets Title and notifies for changes.
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()