ClassEventProxy
Class
Definition
Namespace:Telerik.Windows.Controls.GanttView
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
cs-api-definition
public class EventProxy : DependencyObject
Inheritance: objectEventProxy
Derived Classes:
Constructors
EventProxy()
Declaration
cs-api-definition
public EventProxy()
Fields
EndProperty
Declaration
cs-api-definition
public static readonly DependencyProperty EndProperty
Field Value
DependencyProperty
OriginalEventProperty
Declaration
cs-api-definition
public static readonly DependencyProperty OriginalEventProperty
Field Value
DependencyProperty
ProgressProperty
Declaration
cs-api-definition
public static readonly DependencyProperty ProgressProperty
Field Value
DependencyProperty
StartProperty
Declaration
cs-api-definition
public static readonly DependencyProperty StartProperty
Field Value
DependencyProperty
TitleProperty
Declaration
cs-api-definition
public static readonly DependencyProperty TitleProperty
Field Value
DependencyProperty
Properties
OriginalEvent
Declaration
cs-api-definition
public IGanttTask OriginalEvent { get; set; }
Property Value
Methods
UpdateProperties()
Declaration
cs-api-definition
protected virtual void UpdateProperties()