Skip to main content
A newer version of this page is available. .

AppointmentEditViewModelBase.Subject Property

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

Namespace: DevExpress.Xpf.Scheduling

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

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