Posted 22 April 2026, 3:44 am EST
The majority of the C1 WinForms input controls seem to honour any application-wise custom CultureInfo Date Format settings. But C1DateEdit does not do so, it only seems to honours the system CultureInfo Date format settings.
The attached demo solutions showcases the problem. Program.cs sets the custom application-wide custom Short Date Pattern. The demo Form contains just a C1TextBox and a C1DateEdit. Both are set to today’s date and FormatType: ‘ShortDate’. Only C1TextBox (and other C1 controls like C1TrueDbGrid) honours the custom Short Date Pattern, but C1DateEdit does not.
Version: 2025v Hotfix2 (10.0.20252.761) / .NET 10
