AppointmentViewModel.CustomFields Property
Returns the appointment’s CustomFields.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public ExpandoDictionaryObject CustomFields { get; }
Property Value
Type | Description |
---|---|
ExpandoDictionaryObject | The appointment’s CustomFields. |
See Also