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.v24.1.Win.dll
NuGet Package: DevExpress.Win.Gauges
Declaration
Returns
Type | Description |
---|---|
Boolean | This method returns false to avoid serialization of the GaugeControlBase.BackColor property. |
See Also