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

TextProperty.CustomParameters Property

Gets a collection of parameters for this property.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

[Browsable(false)]
public iCalendarNamedObjectCollection<CustomParameter> CustomParameters { get; }

Property Value

Type Description
DevExpress.XtraScheduler.iCalendar.Components.iCalendarNamedObjectCollection<DevExpress.XtraScheduler.iCalendar.Components.CustomParameter>

An DevExpress.XtraScheduler.iCalendar.Components.iCalendarNamedObjectCollection class instance, representing a collection of parameters.

See Also