Class DateTimePicker
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Input
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class DateTimePicker : RadHeaderedControl
Constructors
DateTimePicker()
Declaration
protected DateTimePicker()
Fields
AutoSizeWidthProperty
Declaration
public static readonly DependencyProperty AutoSizeWidthProperty
Field Value
Microsoft.
|
CalendarIdentifierProperty
Declaration
public static readonly DependencyProperty CalendarIdentifierProperty
Field Value
Microsoft.
|
CalendarLanguageProperty
Declaration
public static readonly DependencyProperty CalendarLanguageProperty
Field Value
Microsoft.
|
CalendarNumeralSystemProperty
Declaration
public static readonly DependencyProperty CalendarNumeralSystemProperty
Field Value
Microsoft.
|
DateSelectorOrderProperty
Declaration
public static readonly DependencyProperty DateSelectorOrderProperty
Field Value
Microsoft.
|
DisplayModeProperty
Declaration
public static readonly DependencyProperty DisplayModeProperty
Field Value
Microsoft.
|
DisplayValueFormatProperty
Declaration
public static readonly DependencyProperty DisplayValueFormatProperty
Field Value
Microsoft.
|
EmptyContentProperty
Declaration
public static readonly DependencyProperty EmptyContentProperty
Field Value
Microsoft.
|
EmptyContentTemplateProperty
Declaration
public static readonly DependencyProperty EmptyContentTemplateProperty
Field Value
Microsoft.
|
IsOpenProperty
Declaration
public static readonly DependencyProperty IsOpenProperty
Field Value
Microsoft.
|
IsReadOnlyProperty
Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
Microsoft.
|
ItemCountProperty
Declaration
public static readonly DependencyProperty ItemCountProperty
Field Value
Microsoft.
|
ItemHeightProperty
Declaration
public static readonly DependencyProperty ItemHeightProperty
Field Value
Microsoft.
|
ItemSpacingProperty
Declaration
public static readonly DependencyProperty ItemSpacingProperty
Field Value
Microsoft.
|
ItemWidthProperty
Declaration
public static readonly DependencyProperty ItemWidthProperty
Field Value
Microsoft.
|
MaxValueProperty
Declaration
public static readonly DependencyProperty MaxValueProperty
Field Value
Microsoft.
|
MinValueProperty
Declaration
public static readonly DependencyProperty MinValueProperty
Field Value
Microsoft.
|
SelectorBackgroundStyleProperty
Declaration
public static readonly DependencyProperty SelectorBackgroundStyleProperty
Field Value
Microsoft.
|
SelectorDefaultValueProperty
Declaration
public static readonly DependencyProperty SelectorDefaultValueProperty
Field Value
Microsoft.
|
SelectorHeaderProperty
Declaration
public static readonly DependencyProperty SelectorHeaderProperty
Field Value
Microsoft.
|
SelectorHeaderTemplateProperty
Declaration
public static readonly DependencyProperty SelectorHeaderTemplateProperty
Field Value
Microsoft.
|
selectorUtcValue
Declaration
protected DateTime selectorUtcValue
Field Value
System.
|
StepProperty
Declaration
public static readonly DependencyProperty StepProperty
Field Value
Microsoft.
|
TimeSelectorOrderProperty
Declaration
public static readonly DependencyProperty TimeSelectorOrderProperty
Field Value
Microsoft.
|
ValueProperty
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
Microsoft.
|
ValueStringProperty
Declaration
public static readonly DependencyProperty ValueStringProperty
Field Value
Microsoft.
|
Properties
AutoSizeWidth
Declaration
public bool AutoSizeWidth { get; set; }
Property Value
System.
|
CalendarIdentifier
Declaration
public string CalendarIdentifier { get; set; }
Property Value
System.
|
CalendarLanguage
Declaration
public string CalendarLanguage { get; set; }
Property Value
System.
|
CalendarNumeralSystem
Declaration
public string CalendarNumeralSystem { get; set; }
Property Value
System.
|
DateSelectorOrder
Declaration
public string DateSelectorOrder { get; set; }
Property Value
System.
|
DisplayMode
Declaration
public DateTimePickerDisplayMode DisplayMode { get; set; }
Property Value
DisplayValueFormat
Declaration
public string DisplayValueFormat { get; set; }
Property Value
System.
|
EmptyContent
Declaration
public object EmptyContent { get; set; }
Property Value
System.
|
EmptyContentTemplate
Declaration
public DataTemplate EmptyContentTemplate { get; set; }
Property Value
Microsoft.
|
IsOpen
Declaration
public bool IsOpen { get; set; }
Property Value
System.
|
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
System.
|
ItemCount
Declaration
public int ItemCount { get; set; }
Property Value
System.
|
ItemHeight
Declaration
public double ItemHeight { get; set; }
Property Value
System.
|
ItemSpacing
Declaration
public double ItemSpacing { get; set; }
Property Value
System.
|
ItemWidth
Declaration
public double ItemWidth { get; set; }
Property Value
System.
|
MaxValue
Declaration
public DateTime MaxValue { get; set; }
Property Value
System.
|
MinValue
Declaration
public DateTime MinValue { get; set; }
Property Value
System.
|
SelectorBackgroundStyle
Declaration
public Style SelectorBackgroundStyle { get; set; }
Property Value
Microsoft.
|
SelectorDefaultValue
Declaration
public Nullable<DateTime> SelectorDefaultValue { get; set; }
Property Value
System.
|
SelectorHeader
Declaration
public object SelectorHeader { get; set; }
Property Value
System.
|
SelectorHeaderTemplate
Declaration
public DataTemplate SelectorHeaderTemplate { get; set; }
Property Value
Microsoft.
|
Step
TimeSelectorOrder
Declaration
public string TimeSelectorOrder { get; set; }
Property Value
System.
|
Value
Declaration
public Nullable<DateTime> Value { get; set; }
Property Value
System.
|
ValueString
Declaration
public string ValueString { get; }
Property Value
System.
|
Methods
ApplyTemplateCore()
Declaration
protected override bool ApplyTemplateCore()
Returns
System.
|
Overrides
GetValueStringFromCalendar(Calendar)
Declaration
protected virtual string GetValueStringFromCalendar(Calendar calendar)
Parameters
Windows.
|
Returns
System.
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Windows.
|
Returns
Windows.
|
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|
Overrides
OnKeyDown(KeyRoutedEventArgs)
Declaration
protected override void OnKeyDown(KeyRoutedEventArgs e)
Parameters
Microsoft.
|
OnTemplateApplied()
UnapplyTemplateCore()
Declaration
protected override void UnapplyTemplateCore()
Overrides
UnloadCore()
Events
Closed
Declaration
public event EventHandler Closed
Event Type
System.
|
Opened
Declaration
public event EventHandler Opened
Event Type
System.
|
ValueChanged
Declaration
public event EventHandler ValueChanged
Event Type
System.
|