Back to Devexpress

DXSerializer.SetSerializationID(DependencyObject, String) Method

wpf-devexpress-dot-xpf-dot-core-dot-serialization-dot-dxserializer-dot-setserializationid-x28-system-dot-windows-dot-dependencyobject-system-dot-string-x29.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static void SetSerializationID(
    DependencyObject obj,
    string value
)
vb
Public Shared Sub SetSerializationID(
    obj As DependencyObject,
    value As String
)

Parameters

NameTypeDescription
objDependencyObject

The element to which the attached property is written.

| | value | String |

The element’s unique identifier.

|

See Also

DXSerializer Class

DXSerializer Members

DevExpress.Xpf.Core.Serialization Namespace