DateTimePickerPanelItemFormat Property

Gets or sets the string format for the items, using standard .net DateTime or TimeSpan formatting. Format must match panel type

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public string ItemFormat { get; set; }

Property Value

String

See Also