Back to Devexpress

LayoutControl.IsLayoutModified Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-04384ad5.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool IsLayoutModified { get; }
vb
<EditorBrowsable(EditorBrowsableState.Never)>
<Browsable(False)>
Public ReadOnly Property IsLayoutModified As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace