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

RepositoryItemDateEdit.HighlightHolidays Property

Gets or sets whether Saturdays and Sundays are highlighted.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(true)]
public virtual bool HighlightHolidays { get; set; }

Property Value

Type Default Description
Boolean **true**

true to highlight Saturdays and Sundays; otherwise, false.

Remarks

If the HighlightHolidays property is set to true, the day cells that correspond to Saturdays and Sundays in the current month are painted red. Otherwise, they are painted black.

See Also