Class RadTimeBar
Inheritance
System.Object
RadTimeBar
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadTimeBar : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
RadTimeBar()
Declaration
public RadTimeBar()
Properties
GroupContainer
ItemContainer
SelectionEnd
Declaration
public string SelectionEnd { get; set; }
Property Value
System.String
|
SelectionStart
Declaration
public string SelectionStart { get; set; }
Property Value
System.String
|
SelectionVisibilityIndicators
Declaration
public IList<SelectionVisibilityIndicator> SelectionVisibilityIndicators { get; }
Property Value
System.Collections.Generic.IList<SelectionVisibilityIndicator>
|
StackPanel
TimeBarContentPanel
Declaration
public TimeBarContentPanel TimeBarContentPanel { get; }
Property Value
TimeBarContentPanel
|
TimeBarPanel
VisiblePeriodEnd
Declaration
public string VisiblePeriodEnd { get; set; }
Property Value
System.String
|
VisiblePeriodStart
Declaration
public string VisiblePeriodStart { get; set; }
Property Value
System.String
|
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.String
|
Overrides
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|