Back to Devexpress

AppointmentEditViewModelBase.Subject Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmenteditviewmodelbase-cdc899d4.md

latest1.4 KB
Original Source

AppointmentEditViewModelBase.Subject Property

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

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

Property Value

TypeDescription
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

Subject

AppointmentEditViewModelBase Class

AppointmentEditViewModelBase Members

DevExpress.Xpf.Scheduling Namespace