Skip to main content

TextProperty(String, String) Constructor

Initializes a new instance of the TextProperty class with the specified settings.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public TextProperty(
    string name,
    string value
)

Parameters

Name Type Description
name String

A string specifying the name of the property.

value String

A string specifying the property’s value.

See Also