Skip to main content

AppointmentEditViewModelBase.Subject Property

Gets or sets the text that is the appointment’s subject.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public string Subject { get; set; }

Property Value

Type Description
String

A String value that specifies the text of the appointment’s subject.

Remarks

The Subject property is used to get or set the AppointmentItem.Subject property value of the edited appointment.

See Also