Visual element that allows a user to select a date by dragging day month and year from three C1LoopingList.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
[TemplatePartAttribute(Name = "AMPMList", Type = typeof(C1LoopingList))]
[TemplatePartAttribute(Name = "MinutesList", Type = typeof(C1LoopingList))]
[TemplatePartAttribute(Name = "HoursList", Type = typeof(C1LoopingList))]
[StyleTypedPropertyAttribute(Property = "ItemStyle", StyleTargetType = typeof(C1LoopingListItem))]
public class C1TimeSelector : Control, 
	ILoopingListGroupOwner
Visual Basic
<TemplatePartAttribute(Name := "AMPMList", Type := GetType(C1LoopingList))> _
<TemplatePartAttribute(Name := "MinutesList", Type := GetType(C1LoopingList))> _
<TemplatePartAttribute(Name := "HoursList", Type := GetType(C1LoopingList))> _
<StyleTypedPropertyAttribute(Property := "ItemStyle", StyleTargetType := GetType(C1LoopingListItem))> _
Public Class C1TimeSelector _
	Inherits Control _
	Implements ILoopingListGroupOwner
XAML Object Element Usage
<C1TimeSelector .../>

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          C1.Phone..::..C1TimeSelector

See Also