RepositoryItemDateEdit.AppearanceWeekNumber Property
In This Article
Provides appearance settings used to paint week numbers.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual AppearanceObject AppearanceWeekNumber { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#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