TextProperty.CustomParameters Property
Gets a collection of parameters for this property.
Namespace: DevExpress.XtraScheduler.iCalendar.Components
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
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