ClassDateTimeListItem
Represents a special looping list item that is created within a date-time list, used internally by RadDatePicker and RadTimePicker.
Definition
Namespace:Telerik.UI.Xaml.Controls.Input.DateTimePickers
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class DateTimeListItem : LoopingListItem
Inheritance: objectRadContentControlLoopingListItemDateTimeListItem
Inherited Members
Constructors
DateTimeListItem()
Initializes a new instance of the DateTimeListItem class.
Declaration
public DateTimeListItem()
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
Properties
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
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides