Skip to main content
A newer version of this page is available. .

TextProperty.Name Property

Gets the name of a property represented by this TextProperty class instance.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public override string Name { get; }

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