VEvent.Categories Property
Provides access to the CATEGORIES property of a calendar component.
Namespace: DevExpress.XtraScheduler.iCalendar.Components
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
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