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 EventProxy : DependencyObject

Inheritance: objectEventProxy

Derived Classes: CellContainer.CellProxy

Constructors

C#
public EventProxy()

Fields

EndProperty

DependencyProperty

C#
public static readonly DependencyProperty EndProperty

OriginalEventProperty

DependencyProperty

C#
public static readonly DependencyProperty OriginalEventProperty

ProgressProperty

DependencyProperty

C#
public static readonly DependencyProperty ProgressProperty

StartProperty

DependencyProperty

C#
public static readonly DependencyProperty StartProperty

TitleProperty

DependencyProperty

C#
public static readonly DependencyProperty TitleProperty

Properties

C#
public object DataItem { get; }
C#
public DateTime End { get; set; }
C#
public IGanttTask OriginalEvent { get; set; }
C#
public double Progress { get; set; }
C#
public DateTime Start { get; set; }
C#
public string Title { get; set; }

Methods

C#
public void SetDataItem(object dataItem)
Parameters:dataItemobject
C#
protected virtual void UpdateProperties()