Skip to main content

VEvent.Name Property

Gets the name of the calendar component (“VEVENT”).

Namespace: DevExpress.XtraScheduler.iCalendar.Components

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public override string Name { get; }

Property Value

Type Description
String

The string ‘VEVENT’.

See Also