RepositoryItemDateEdit.AppearanceWeekNumber Property
Provides appearance settings used to paint week numbers.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
[Browsable(false)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
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