Skip to main content
All docs
V24.1

DXSerializer.SetSerializationID(DependencyObject, String) Method

Sets the value of the DXSerializer.SerializationID attached property to the specified DXSerializer.

Namespace: DevExpress.Xpf.Core.Serialization

Assembly: DevExpress.Xpf.Core.v24.1.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public static void SetSerializationID(
    DependencyObject obj,
    string value
)

Parameters

Name Type Description
obj DependencyObject

The element to which the attached property is written.

value String

The element’s unique identifier.

See Also