Class
EventProxy

Definition

Namespace:Telerik.Windows.Controls.GanttView

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

cs-api-definition
public class EventProxy : DependencyObject

Inheritance: objectEventProxy

Derived Classes: CellContainer.CellProxy

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

DataItem

Declaration

cs-api-definition
public object DataItem { get; }

Property Value

object

End

Declaration

cs-api-definition
public DateTime End { get; set; }

Property Value

DateTime

OriginalEvent

Declaration

cs-api-definition
public IGanttTask OriginalEvent { get; set; }

Property Value

IGanttTask

Progress

Declaration

cs-api-definition
public double Progress { get; set; }

Property Value

double

Start

Declaration

cs-api-definition
public DateTime Start { get; set; }

Property Value

DateTime

Title

Declaration

cs-api-definition
public string Title { get; set; }

Property Value

string

Methods

SetDataItem(object)

Declaration

cs-api-definition
public void SetDataItem(object dataItem)

Parameters

dataItem

object

UpdateProperties()

Declaration

cs-api-definition
protected virtual void UpdateProperties()