AppointmentStatus.ShouldSerializeBrush() Method
Used by Visual Studio Designer to check whether the AppointmentStatus.Brush property has changed from its default value.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Returns
Type | Description |
---|---|
Boolean | True if the Brush 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 AppointmentStatus.Brush 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