DXSerializer.LayoutVersion Attached Property
In This Article
Gets or sets a version of the application’s layout. This is an attached property.
Namespace: DevExpress.Xpf.Core.Serialization
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Returns
Type | Description |
---|---|
String | The application’s layout version. |
#Remarks
Do the following to update your application’s layout to a different application version:
- Add or increment the DXSerializer.LayoutVersion attached property value.
- Change your application’s layout.
- If the DXSerializer.LayoutVersion attached property value of your application is lower than the new property value, the LayoutUpgrade event is fired.
See Also