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

VEvent.Categories Property

Provides access to the CATEGORIES property of a calendar component.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

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