Skip to main content

TextProperty.Name Property

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

Namespace: DevExpress.XtraScheduler.iCalendar.Components

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

NuGet Package: DevExpress.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