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.v18.2.dll

Declaration

[Browsable(false)]
public bool IsLayoutModified { get; }

Property Value

Type Description
Boolean

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

See Also