Class
HeaderedTickContainer.TickProxy

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public class HeaderedTickContainer.TickProxy : DependencyObject

Inheritance: objectHeaderedTickContainer.TickProxy

Constructors

TickProxy()

Declaration

cs-api-definition
public TickProxy()

Fields

DateTimeProperty

Identifies the DateTime dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DateTimeProperty

Field Value

DependencyProperty

FormattedValueProperty

Identifies the FormattedValue dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FormattedValueProperty

Field Value

DependencyProperty

Properties

DateTime

Gets or sets the DateTime. This is a dependency property.

Declaration

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

Property Value

DateTime

FormattedValue

Gets or sets the FormattedValue. This is a dependency property.

Declaration

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

Property Value

string