AgendaAppointmentViewModel.CustomFields Property
In This Article
Gets the AgendaView appointment’s custom fields.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public ExpandoDictionaryObject CustomFields { get; }
#Property Value
Type | Description |
---|---|
Expando |
The Agenda |
See Also