Skip to main content
A newer version of this page is available. .

LayoutControl.IsLayoutModified Property

Gets whether the layout has been modified. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool IsLayoutModified { get; }

Property Value

Type Description
Boolean

true if the layout has been modified; otherwise, false.

See Also