Skip to main content

WeekDaysCheckEdit.MondayValue Property

Gets or sets a value indicating whether the check box corresponding to Monday is selected.

Namespace: DevExpress.Xpf.Scheduler.UI

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public bool MondayValue { get; set; }

#Property Value

Type Description
Boolean

true if the check box is selected; otherwise, false.

See Also