Back to Devexpress

RestoreLayoutErrorEventArgs.IsLayoutBroken Property

corelibraries-devexpress-dot-utils-dot-serializing-dot-restorelayouterroreventargs-dded2d12.md

latest1.2 KB
Original Source

RestoreLayoutErrorEventArgs.IsLayoutBroken Property

Gets whether the layout cannot be restored due to the invalid layout file.

Namespace : DevExpress.Utils.Serializing

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public bool IsLayoutBroken { get; }
vb
Public ReadOnly Property IsLayoutBroken As Boolean

Property Value

TypeDescription
Boolean

true if the layout file is invalid; otherwise, false.

|

See Also

RestoreLayoutErrorEventArgs Class

RestoreLayoutErrorEventArgs Members

DevExpress.Utils.Serializing Namespace