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

CalendarSelection.Clear() Method

Removes all items from the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public void Clear()

Remarks

Use the Clear method to remove all DateTime objects from the CalendarSelection collection. Calling this method clears selections within the calendar which owns the collection.

Implements

See Also