ClassRadTimeBar
Represents the RadTimeBar for Silverlight TimeBar control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class RadTimeBar : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlRadTimeBar
Implements:
Inherited Members
Constructors
RadTimeBar()
Initializes a new instance of the RadTimeBar class.
Declaration
public RadTimeBar()
Properties
GroupContainer
Get the TimeBar group container xaml control.
Declaration
public GroupContainer GroupContainer { get; }
Property Value
ItemContainer
Get the TimeBar item container xaml control.
Declaration
public ItemContainer ItemContainer { get; }
Property Value
SelectionEnd
Get/set SelectionEnd value.
SelectionStart
Get/set SelectionStart value.
SelectionVisibilityIndicators
Get the list of all SelectionVisibilityIndicator controls
Declaration
public IList<SelectionVisibilityIndicator> SelectionVisibilityIndicators { get; }
Property Value
StackPanel
Get the TimeBar stack panel xaml control.
Declaration
public TimeBarStackPanel StackPanel { get; }
Property Value
TimeBarContentPanel
Get the TimeBarContentPanel control.
Declaration
public TimeBarContentPanel TimeBarContentPanel { get; }
Property Value
TimeBarPanel
Get the TimeBar panel xaml control.
VisiblePeriodEnd
Get/set VisiblePeriodEnd value.
VisiblePeriodStart
Get/set VisiblePeriodStart value.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides