Skip to main content

TextProperty.CustomParameters Property

Gets a collection of parameters for this property.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

Assembly: DevExpress.XtraScheduler.v26.1.Core.Desktop.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