Skip to main content
A newer version of this page is available. .

CalendarControlBase.GetPreferredCulture() Method

Returns the culture information used to display culture-specific data in the calendar.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public static CultureInfo GetPreferredCulture()

Returns

Type Description
CultureInfo

A CultureInfo used to display culture-specific data in the calendar.

Remarks

See WindowsFormsSettings.PreferredDateTimeCulture for details.

See Also