Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AppointmentResourcesEdit.ShouldSerializeResourceIds() Method

Used by Visual Studio Designer to check whether the AppointmentResourcesEdit.ResourceIds property has changed from its default value.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v24.2.dll

NuGet Package: DevExpress.Win.Scheduler

#Declaration

public bool ShouldSerializeResourceIds()

#Returns

Type Description
Boolean

True if the ResourceIds property value should be serialized; otherwise, false.

#Remarks

This method allows Visual Studio .NET Designer to provide a visual indication in the property browser if the AppointmentResourcesEdit.ResourceIds property has been modified from its default value. The Designer writes code into the form only if a property is changed which results in more efficient code generation.

See Also