Back to Devexpress

GaugeControlBase.ShouldSerializeBackColor() Method

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gaugecontrolbase-93c6d9df.md

latest1.5 KB
Original Source

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.v25.2.Win.dll

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
public bool ShouldSerializeBackColor()
vb
Public Function ShouldSerializeBackColor As Boolean

Returns

TypeDescription
Boolean

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

|

See Also

GaugeControlBase Class

GaugeControlBase Members

DevExpress.XtraGauges.Win Namespace