Skip to main content
A newer version of this page is available. .

ReminderItem.CustomFields Property

OBSOLETE

Use AppointmentItem's Custom Fields instead.

This API is obsolete now.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, 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