AppointmentViewModel.CustomFields Property
In This Article
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 |
---|---|
Expando |
The appointment’s Custom |
See Also