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

ReminderItem.CustomFields Property

Gets the collection of custom fields bound to the object.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v18.1.dll

Declaration

public CustomFieldCollection CustomFields { get; }

Property Value

Type Description
CustomFieldCollection

A CustomFieldCollection object representing the collection of the persistent object’s custom fields.

Remarks

Use this property to access the custom fields bound to this persistent object.

See Also