TextProperty.AddParameter(String, List<String>) Method
Adds property parameters to the iCalendar component property.
Namespace: DevExpress.XtraScheduler.iCalendar.Components
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A string representing the name of a property. |
values | List<String> | A list of strings, containing property values. |
Remarks
Use this method to specify a property with multiple values. In the resulting iCalendar output, the values are comma separated.
See Also