A newer version of this page is available.
Switch to the current version.
iCalendarComponentBase.CustomProperties Property
Provides access to a collection of custom properties for a calendar component.
Namespace: DevExpress.XtraScheduler.iCalendar.Components
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
public iCalendarPropertyCollection CustomProperties { get; }
Public ReadOnly Property CustomProperties As iCalendarPropertyCollection
Property Value
Type | Description |
---|---|
iCalendarPropertyCollection | An iCalendarPropertyCollection object representing a collection of custom properties. |
Remarks
To add a property which is not implemented in the VEvent object, create a new TextProperty object, specify its parameters, and add it to the collection of custom properties via the Add method of a CustomProperties collection.
TIP
A complete sample project is available in the DevExpress Code Examples database at http://www.devexpress.com/example=E2437.
See Also
Feedback