Skip to main content

TextProperty.AddParameter(String, List<String>) Method

Adds property parameters to the iCalendar component property.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public void AddParameter(
    string name,
    List<string> values
)

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