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

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.v19.1.dll

Declaration

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

Property Value

Type
AppearanceObject
See Also