AppointmentEditViewModelBase.Subject Property
Gets or sets the text that is the appointment’s subject.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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