Skip to main content

CalendarPopupSettings.CalendarLanguage Property

Gets or sets the name of the language and culture that a calendar uses.

Namespace: DevExpress.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

[DP(null)]
public string CalendarLanguage { get; set; }

#Property Value

Type Description
String

A calendar’s language and culture.

#Remarks

The CalendarLanguage property is bound to the Language property.

See Also