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