Skip to main content

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.v23.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