Skip to main content

AppointmentStatusCollection.Dispose() Method

Disposes of the AppointmentStatusCollection object.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public void Dispose()

Remarks

Calls the Dispose method for each object in the collection, thus performing all object cleanup.

Implements

See Also