Class
TimeIndicatorItem

Represents control that indicates a time in RadScheduleView control.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public class TimeIndicatorItem : Control

Inheritance: objectTimeIndicatorItem

Derived Classes: CurrentTimeIndicator

Constructors

TimeIndicatorItem()

Declaration

cs-api-definition
public TimeIndicatorItem()

Fields

AllowCustomSizeProperty

Identifies the AllowCustomSize dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AllowCustomSizeProperty

Field Value

DependencyProperty

OrientationProperty

Identifies the Orientation dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty OrientationProperty

Field Value

DependencyProperty

Properties

AllowCustomSize

Determines whether custom size is allowed. This is a dependency property.

Declaration

cs-api-definition
public bool AllowCustomSize { get; set; }

Property Value

bool

Orientation

Defines the orientation of the control. This is a dependency property.

Declaration

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

Property Value

Orientation

Methods

ChangeVisualState(bool)

Change the visual state of the control depending on the Orientation.

Declaration

cs-api-definition
protected virtual void ChangeVisualState(bool useTransitions)

Parameters

useTransitions

bool

Indicates whether should use transitions or not.

GoToState(bool, params string[])

Applies the visual state using .

Declaration

cs-api-definition
protected void GoToState(bool useTransitions, params string[] stateNames)

Parameters

useTransitions

bool

Indicates whether should use transitions or not.

stateNames

string[]

OnApplyTemplate()

Declaration

cs-api-definition
public override void OnApplyTemplate()