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

RepositoryItemDateEdit.AppearanceWeekNumber Property

Provides appearance settings used to paint week numbers.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[Browsable(false)]
[DXCategory("Appearance")]
public virtual AppearanceObject AppearanceWeekNumber { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject object that contains the corresponding appearance settings.

Remarks

To display week numbers, see the RepositoryItemDateEdit.ShowWeekNumbers property. The AppearanceWeekNumber property allows you to change the foreground color and font settings used to paint week numbers.

See Also