Skip to main content

WeekDaysCheckEdit.TuesdayValue Property

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

Namespace: DevExpress.Xpf.Scheduler.UI

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

#Declaration

public bool TuesdayValue { get; set; }

#Property Value

Type Description
Boolean

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

See Also