TextProperty(String, String) Constructor
Initializes a new instance of the TextProperty class with the specified settings.
Namespace: DevExpress.XtraScheduler.iCalendar.Components
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
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