Skip to main content

AppointmentResourcesEdit.ResetResourceIds() Method

Sets the AppointmentResourcesEdit.ResourceIds property to its default value.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public void ResetResourceIds()

Remarks

The ResetResourceIds method is used by Visual Studio Designer so that the user can right-click on the AppointmentResourcesEdit.ResourceIds property in the property browser and choose Reset to restore the property to its default value.

See Also