ItemFormat 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)
- C#
- VB
- F#
public string ItemFormat { get; set; }
Public Property ItemFormat As String
Get
Set
member ItemFormat : string with get, set
Property Value
StringSee Also
Reference
DateTimePickerPanel Class
Avalonia.Controls.Primitives Namespace