Skip to main content
All docs
V24.2

RestoreLayoutErrorEventArgs.IsLayoutBroken Property

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

Namespace: DevExpress.Utils.Serializing

Assembly: DevExpress.Data.v24.2.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