Skip to main content
A newer version of this page is available. .

ASPxGaugeControl.ShouldSerializeGraphicsProperties() Method

Indicates whether or not the effective value of the GraphicsProperties property should be serialized during serialization of this ASPxGaugeControl object

Namespace: DevExpress.Web.ASPxGauges

Assembly: DevExpress.Web.ASPxGauges.v19.2.dll

Declaration

public bool ShouldSerializeGraphicsProperties()

Returns

Type Description
Boolean

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

See Also