Back to Devexpress

AppointmentEditViewModelBase.Description Property

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

latest1.5 KB
Original Source

AppointmentEditViewModelBase.Description Property

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

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

Property Value

TypeDescription
String

A String value that specifies the appointment’s description.

|

Remarks

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

See Also

Description

AppointmentEditViewModelBase Class

AppointmentEditViewModelBase Members

DevExpress.Xpf.Scheduling Namespace