Skip to main content
Tab

CalendarSelection.Clear() Method

Removes all items from the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.1.dll

NuGet Package: DevExpress.Web

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