CalendarControlBase.GetPreferredCulture() Method
Returns the culture information used to display culture-specific data in the calendar.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
CultureInfo | A CultureInfo used to display culture-specific data in the calendar. |
Remarks
See WindowsFormsSettings.PreferredDateTimeCulture for details.
See Also