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

LayoutView.IsCustomizationMode Property

Gets whether the Layout View’s runtime customization is active.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

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

Property Value

Type Description
Boolean

true if the Layout View’s runtime customization is active; otherwise, false.

Remarks

This member supports the internal infrastructure and is not intended to be called directly from your code.

See Also