Property Format
Format
Gets or sets the DateTimeFormatInfo used for date formatting.
public DateTimeFormatInfo Format { get; set; }
Property Value
Remarks
The provider uses ShortDatePattern to determine the display format. Users can customize patterns by cloning the DateTimeFormatInfo and modifying ShortDatePattern.
The width automatically adjusts when the format changes to accommodate the new pattern.