Skip to main content

Pane.ShouldSerializeSeriesLabelItems(XamlDesignerSerializationManager) Method

For internal use. Indicates whether the effective value of the Pane.SeriesLabelItems property should be serialized during serialization of a Pane object.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool ShouldSerializeSeriesLabelItems(
    XamlDesignerSerializationManager manager
)

Parameters

Name Type Description
manager XamlDesignerSerializationManager

A XamlDesignerSerializationManager object, which is the serialization service manager object for the Pane.

Returns

Type Description
Boolean

This method returns false to avoid serialization of the Pane.SeriesLabelItems property using XamlWriter.

See Also