Skip to main content

AppointmentViewModel.CustomFields Property

Returns the appointment’s CustomFields.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public ExpandoDictionaryObject CustomFields { get; }

#Property Value

Type Description
ExpandoDictionaryObject

The appointment’s CustomFields.

See Also