Skip to main content

WeekDaysCheckEdit.ThursdayCaption Property

Gets the caption of the check box corresponding to Thursday.

Namespace: DevExpress.Xpf.Scheduler.UI

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

Declaration

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

Property Value

Type Description
String

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

See Also