Back to Devexpress

DXSerializer.SetLayoutVersion(DependencyObject, String) Method

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

latest1.7 KB
Original Source

DXSerializer.SetLayoutVersion(DependencyObject, String) Method

Sets the value of the DXSerializer.LayoutVersion 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 SetLayoutVersion(
    DependencyObject obj,
    string value
)
vb
Public Shared Sub SetLayoutVersion(
    obj As DependencyObject,
    value As String
)

Parameters

NameTypeDescription
objDependencyObject

The element to which the attached property is written.

| | value | String |

A DXSerializer.LayoutVersion attached property value.

|

See Also

DXSerializer Class

DXSerializer Members

DevExpress.Xpf.Core.Serialization Namespace