TextProperty.Name Property
Gets the name of a property represented by this TextProperty class instance.
Namespace: DevExpress.XtraScheduler.iCalendar.Components
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
String | A string representing the property’s name. |
Remarks
A name for the property is specified in a constructor for the TextProperty class.
See Also