ClassDateTimeList
A special RadLoopingList instance that visualizes DateTime values.
Definition
Namespace:Telerik.UI.Xaml.Controls.Input.DateTimePickers
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class DateTimeList : RadLoopingList
Inheritance: objectRadControlRadLoopingListDateTimeList
Inherited Members
Constructors
DateTimeList()
Initializes a new instance of the DateTimeList class.
Declaration
public DateTimeList()
Fields
SelectedBackgroundProperty
Identifies the SelectedBackground dependency property.
Declaration
public static readonly DependencyProperty SelectedBackgroundProperty
Field Value
DependencyProperty
SelectedForegroundProperty
Identifies the SelectedForeground dependency property.
Declaration
public static readonly DependencyProperty SelectedForegroundProperty
Field Value
DependencyProperty
StepProperty
Identifies the Step dependency property.
Declaration
public static readonly DependencyProperty StepProperty
Field Value
DependencyProperty
Properties
ComponentType
Gets or sets the component of the DateTime structure visualized by this list.
Declaration
public DateTimeComponentType ComponentType { get; set; }
Property Value
SelectedBackground
Gets or sets the Background of the rectangle area of the DateTimeListItem when the item is selected.
Declaration
public Brush SelectedBackground { get; set; }
Property Value
Brush
SelectedForeground
Gets or sets the Foreground of the rectangle area of the DateTimeListItem when the item is selected.
Declaration
public Brush SelectedForeground { get; set; }
Property Value
Brush
Step
Gets or sets the time step. The time step determines the step between to possible selection values in the current DateTimeList instance.
Methods
LoadCore()
Called within the handler of the event. Allows inheritors to provide their specific logic.
Declaration
protected override void LoadCore()
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
OnGotFocus(RoutedEventArgs)
Called before the GotFocus event occurs.
Declaration
protected override void OnGotFocus(RoutedEventArgs e)
Parameters
e
RoutedEventArgs
The data for the event.
Overrides
OnLostFocus(RoutedEventArgs)
Called before the LostFocus event occurs.
Declaration
protected override void OnLostFocus(RoutedEventArgs e)
Parameters
e
RoutedEventArgs
The data for the event.
Overrides
OnPointerPressed(PointerRoutedEventArgs)
Called before the PointerPressed event occurs.
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
Parameters
e
PointerRoutedEventArgs
Event data for the event.
Overrides
OnTemplateApplied()
Occurs when the method has been called and the template is already successfully applied.
Declaration
protected override void OnTemplateApplied()
Overrides
UnloadCore()
Called within the handler of the event. Allows inheritors to provide their specific logic.
Declaration
protected override void UnloadCore()
Overrides