Note: This document is auto-generated by
scripts/generate_control_reference_docs.py. Do not edit manually.
Avalonia.Controls.Primitives.DateTimePickerPanelAvalonia.Controls.PrimitivesAvalonia.Controlssrc/Avalonia.Controls/DateTimePickers/DateTimePickerPanel.csILogicalScrollable, Panelcontrolpublic static readonly StyledProperty<double> ItemHeightProperty = AvaloniaProperty.Register<DateTimePickerPanel, double>(nameof(ItemHeight), 40.0);public static readonly StyledProperty<DateTimePickerPanelType> PanelTypeProperty = AvaloniaProperty.Register<DateTimePickerPanel, DateTimePickerPanelType>(nameof(PanelType));public static readonly StyledProperty<string> ItemFormatProperty = AvaloniaProperty.Register<DateTimePickerPanel, string>(nameof(ItemFormat), "yyyy");public static readonly StyledProperty<bool> ShouldLoopProperty = AvaloniaProperty.Register<DateTimePickerPanel, bool>(nameof(ShouldLoop));public DateTimePickerPanel() {public DateTimePickerPanelType PanelType {public double ItemHeight {public string ItemFormat {public bool ShouldLoop {public int MinimumValue {public int MaximumValue {public int SelectedValue {public int Increment {public Vector Offset {public bool CanHorizontallyScroll { get => false; set { } }public bool CanVerticallyScroll { get => true; set { } }<DateTimePickerPanel x:Name="SampleDateTimePickerPanel" />
using Avalonia.Controls.Primitives;
var control = new DateTimePickerPanel();