Skip to main content

GaugeControlBase.ShouldSerializeGraphicsProperties() Method

Indicates whether or not the effective value of the GaugeControlBase.GraphicsProperties 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 ShouldSerializeGraphicsProperties()

Returns

Type Description
Boolean

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

See Also