Class
DateTimeListItem

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:

cs-api-definition
public class DateTimeListItem : LoopingListItem

Inheritance: objectRadContentControlLoopingListItemDateTimeListItem

Inherited Members LoopingListItem.IsSelectedPropertyLoopingListItem.ComposeVisualStateName()LoopingListItem.SetVisualState(string, bool)LoopingListItem.IsSelectedLoopingListItem.LogicalIndexLoopingListItem.ArrangeRectLoopingListItem.VerticalOffsetLoopingListItem.HorizontalOffsetLoopingListItem.IsExpandedRadContentControl.IsFocusedPropertyRadContentControl.BeginVisualStateUpdate()RadContentControl.EndVisualStateUpdate(bool, bool)RadContentControl.UpdateVisualState(bool)RadContentControl.OnApplyTemplate()RadContentControl.CanUpdateVisualState()RadContentControl.OnUnloaded(object, RoutedEventArgs)RadContentControl.OnLoaded(object, RoutedEventArgs)RadContentControl.OnGotFocus(RoutedEventArgs)RadContentControl.OnLostFocus(RoutedEventArgs)RadContentControl.GetTemplatePart<T>(string, bool)RadContentControl.CurrentVisualStateRadContentControl.IsLoadedRadContentControl.IsTemplateAppliedRadContentControl.IsFocusedRadContentControl.IsProperlyTemplated

Constructors

DateTimeListItem()

Initializes a new instance of the DateTimeListItem class.

Declaration

cs-api-definition
public DateTimeListItem()

Fields

SelectedBackgroundProperty

Identifies the SelectedBackground dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectedBackgroundProperty

Field Value

DependencyProperty

SelectedForegroundProperty

Identifies the SelectedForeground dependency property.

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public Brush SelectedForeground { get; set; }

Property Value

Brush

Methods

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

Overrides LoopingListItem.OnCreateAutomationPeer()