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