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

VEvent.Name Property

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

Namespace: DevExpress.XtraScheduler.iCalendar.Components

Assembly: DevExpress.XtraScheduler.v21.1.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public override string Name { get; }

Property Value

Type Description
String

The string ‘VEVENT’.

See Also