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.v19.1.Core.dll

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