Skip to main content

CalendarControlBase.AppearanceWeekNumber Property

OBSOLETE

Use the CalendarAppearance.WeekNumber property instead.

This property is obsolete. Use the CalendarControlBase.CalendarAppearance property instead.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the CalendarAppearance.WeekNumber property instead.")]
public AppearanceObject AppearanceWeekNumber { get; }

Property Value

Type
AppearanceObject
See Also