SimpleDiagram2D.ShouldSerializeItems(XamlDesignerSerializationManager) Method
Indicates whether the effective value of the SimpleDiagram2D.Items property should be serialized during serialization of a SimpleDiagram2D object.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
manager | XamlDesignerSerializationManager | A XamlDesignerSerializationManager object, which is the serialization service manager object for the SimpleDiagram2D. |
Returns
Type | Description |
---|---|
Boolean | This property returns false to avoid serialization of the SimpleDiagram2D.Items property using XamlWriter. |
See Also