Skip to main content

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

NuGet Package: DevExpress.Win.Gauges

Declaration

public bool ShouldSerializeColorScheme()

Returns

Type Description
Boolean

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

See Also