Skip to main content

GaugeControlBase.ShouldSerializeBackColor() Method

Indicates whether or not the effective value of the GaugeControlBase.BackColor property should be serialized during serialization of a GaugeControlBase object.

Namespace: DevExpress.XtraGauges.Win

Assembly: DevExpress.XtraGauges.v23.2.Win.dll

NuGet Package: DevExpress.Win.Gauges

Declaration

public bool ShouldSerializeBackColor()

Returns

Type Description
Boolean

This method returns false to avoid serialization of the GaugeControlBase.BackColor property.

See Also