Skip to main content

WeekDaysCheckEdit.TuesdayCaption Property

Gets the caption of the check box corresponding to Tuesday.

Namespace: DevExpress.Xpf.Scheduler.UI

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

Declaration

public string TuesdayCaption { get; }
Public ReadOnly Property TuesdayCaption As String

Property Value

Type Description
String

A String value which specifies the text displayed next to the check box associated with Tuesday.

See Also