Skip to main content

AppointmentLabelCollection.Dispose() Method

Disposes of the AppointmentLabelCollection object.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v25.1.dll

#Declaration

public void Dispose()

#Remarks

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

#Implements

See Also