Back to Devexpress

GaugeControlBase.ShouldSerializeColorScheme() Method

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gaugecontrolbase-4b8e8978.md

latest1.5 KB
Original Source

GaugeControlBase.ShouldSerializeColorScheme() Method

Indicates whether or not the effective value of the GaugeControlBase.ColorScheme 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 ShouldSerializeColorScheme()
vb
Public Function ShouldSerializeColorScheme As Boolean

Returns

TypeDescription
Boolean

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

|

See Also

GaugeControlBase Class

GaugeControlBase Members

DevExpress.XtraGauges.Win Namespace