Skip to main content

CalendarPopupSettings.CalendarIdentifier Property

Gets or sets the calendar system to use.

Namespace: DevExpress.WinUI.Editors

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

NuGet Package: DevExpress.WinUI

#Declaration

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

#Property Value

Type Description
String

The calendar system to use.

#Remarks

The CalendarIdentifier property is bound to the CalendarIdentifier property.

See Also