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