Class
DragResizeSlotHighlightContainer.Proxy

Definition

Namespace:Telerik.Windows.Controls.GanttView

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

cs-api-definition
public class DragResizeSlotHighlightContainer.Proxy : DependencyObject

Inheritance: objectDragResizeSlotHighlightContainer.Proxy

Constructors

Proxy()

Declaration

cs-api-definition
public Proxy()

Fields

EndProperty

Declaration

cs-api-definition
public static readonly DependencyProperty EndProperty

Field Value

DependencyProperty

StartProperty

Declaration

cs-api-definition
public static readonly DependencyProperty StartProperty

Field Value

DependencyProperty

TaskProperty

Declaration

cs-api-definition
public static readonly DependencyProperty TaskProperty

Field Value

DependencyProperty

Properties

End

Gets or sets the end.

Declaration

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

Property Value

DateTime

The end.

Start

Gets or sets the start.

Declaration

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

Property Value

DateTime

The start.

Task

Gets or sets the task.

Declaration

cs-api-definition
public object Task { get; set; }

Property Value

object

The task.