Back to Devexpress

AppointmentLabelItem.Caption Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmentlabelitem-0a1be7f9.md

latest1.2 KB
Original Source

AppointmentLabelItem.Caption Property

Gets or sets the text which identifies an appointment label.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public string Caption { get; set; }
vb
Public Property Caption As String

Property Value

TypeDescription
String

A System.String value which identifies a label.

|

Remarks

You can use the Caption property to change the default label’s names.

See Also

AppointmentLabelItem Class

AppointmentLabelItem Members

DevExpress.Xpf.Scheduling Namespace