Class DateTimeListItem
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Input.DateTimePickers
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class DateTimeListItem : LoopingListItem
Constructors
DateTimeListItem()
Declaration
public DateTimeListItem()
Fields
SelectedBackgroundProperty
Declaration
public static readonly DependencyProperty SelectedBackgroundProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
SelectedForegroundProperty
Declaration
public static readonly DependencyProperty SelectedForegroundProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
SelectedBackground
Declaration
public Brush SelectedBackground { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
SelectedForeground
Declaration
public Brush SelectedForeground { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|