ReminderItem.CustomFields Property
OBSOLETE
Use AppointmentItem's Custom Fields instead.
This API is obsolete now.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.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