Allows selecting and editing date values.
Namespace:
C1.Silverlight.DateTimeEditorsAssembly: C1.Silverlight.DateTimeEditors (in C1.Silverlight.DateTimeEditors.dll)
Syntax
C# |
---|
[TemplatePartAttribute(Name = "Button", Type = typeof(Button))] [StyleTypedPropertyAttribute(Property = "ValidationDecoratorStyle", StyleTargetType = typeof(C1ValidationDecorator))] [TemplatePartAttribute(Name = "Popup", Type = typeof(Popup))] [TemplateVisualStateAttribute(Name = "InvalidFocused", GroupName = "ValidationStatesStates")] [TemplateVisualStateAttribute(Name = "Disabled", GroupName = "CommonStates")] [TemplateVisualStateAttribute(Name = "InvalidUnfocused", GroupName = "ValidationStatesStates")] [TemplatePartAttribute(Name = "TextBox", Type = typeof(C1TextBoxBase))] [TemplatePartAttribute(Name = "Root", Type = typeof(FrameworkElement))] [TemplateVisualStateAttribute(Name = "MouseOver", GroupName = "CommonStates")] [StyleTypedPropertyAttribute(Property = "CalendarStyle", StyleTargetType = typeof(Calendar))] [TemplateVisualStateAttribute(Name = "Normal", GroupName = "CommonStates")] [TemplateVisualStateAttribute(Name = "Focused", GroupName = "FocusStates")] [TemplateVisualStateAttribute(Name = "Unfocused", GroupName = "FocusStates")] [TemplateVisualStateAttribute(Name = "Valid", GroupName = "ValidationStatesStates")] public class C1DatePicker : Control |
Visual Basic |
---|
<TemplatePartAttribute(Name := "Button", Type := GetType(Button))> _ <StyleTypedPropertyAttribute(Property := "ValidationDecoratorStyle", StyleTargetType := GetType(C1ValidationDecorator))> _ <TemplatePartAttribute(Name := "Popup", Type := GetType(Popup))> _ <TemplateVisualStateAttribute(Name := "InvalidFocused", GroupName := "ValidationStatesStates")> _ <TemplateVisualStateAttribute(Name := "Disabled", GroupName := "CommonStates")> _ <TemplateVisualStateAttribute(Name := "InvalidUnfocused", GroupName := "ValidationStatesStates")> _ <TemplatePartAttribute(Name := "TextBox", Type := GetType(C1TextBoxBase))> _ <TemplatePartAttribute(Name := "Root", Type := GetType(FrameworkElement))> _ <TemplateVisualStateAttribute(Name := "MouseOver", GroupName := "CommonStates")> _ <StyleTypedPropertyAttribute(Property := "CalendarStyle", StyleTargetType := GetType(Calendar))> _ <TemplateVisualStateAttribute(Name := "Normal", GroupName := "CommonStates")> _ <TemplateVisualStateAttribute(Name := "Focused", GroupName := "FocusStates")> _ <TemplateVisualStateAttribute(Name := "Unfocused", GroupName := "FocusStates")> _ <TemplateVisualStateAttribute(Name := "Valid", GroupName := "ValidationStatesStates")> _ Public Class C1DatePicker _ Inherits Control |
Inheritance Hierarchy
System..::..Object
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
C1.Silverlight.DateTimeEditors..::..C1DatePicker
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
C1.Silverlight.DateTimeEditors..::..C1DatePicker