Skip to main content

ReminderItem.CustomFields Property

OBSOLETE

Use AppointmentItem's Custom Fields instead.

This API is obsolete now.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

[Obsolete("Use AppointmentItem's Custom Fields instead.", false)]
public ExpandoDictionaryObject CustomFields { get; }

Property Value

Type
DevExpress.Xpf.Scheduling.ExpandoDictionaryObject
See Also