Skip to main content

VEvent.Categories Property

Provides access to the CATEGORIES property of a calendar component.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public CategoriesProperty Categories { get; }

Property Value

Type Description
DevExpress.XtraScheduler.iCalendar.Components.CategoriesProperty

An object of the DevExpress.XtraScheduler.iCalendar.Components.CategoriesProperty type representing a CATEGORIES property.

Remarks

The CATEGORIES property is used to specify categories or subtypes of the calendar component. The categories are useful in searching for a calendar component of a particular type and category.

None of the appointment properties is exported into the CATEGORIES.

See Also