ClassTimeIndicatorItem
Represents control that indicates a time in RadScheduleView control.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
public class TimeIndicatorItem : Control
Inheritance: objectTimeIndicatorItem
Derived Classes:
Constructors
TimeIndicatorItem()
Declaration
public TimeIndicatorItem()
Fields
AllowCustomSizeProperty
Identifies the AllowCustomSize dependency property.
Declaration
public static readonly DependencyProperty AllowCustomSizeProperty
Field Value
DependencyProperty
OrientationProperty
Identifies the Orientation dependency property.
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
DependencyProperty
Properties
AllowCustomSize
Determines whether custom size is allowed. This is a dependency property.
Orientation
Defines the orientation of the control. This is a dependency property.
Declaration
public Orientation Orientation { get; set; }
Property Value
Orientation
Methods
ChangeVisualState(bool)
Change the visual state of the control depending on the Orientation.
Declaration
protected virtual void ChangeVisualState(bool useTransitions)
Parameters
useTransitions
Indicates whether should use transitions or not.
GoToState(bool, params string[])
Applies the visual state using .
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()