Skip to main content
All docs
V24.1

RestoreLayoutErrorEventArgs.IsLayoutBroken Property

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

Namespace: DevExpress.Utils.Serializing

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public bool IsLayoutBroken { get; }

Property Value

Type Description
Boolean

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

See Also