Skip to main content
All docs
V23.2

AppointmentViewModel.CustomFields Property

Gets custom fields associated with the appointment.

Namespace: DevExpress.Xpf.Scheduling.VisualData

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public ExpandoDictionaryObject CustomFields { get; }

Property Value

Type Description
DevExpress.Xpf.Scheduling.ExpandoDictionaryObject

Custom fields associated with the appointment.

Remarks

Refer to the following help topic for more information: Custom Fields.

See Also