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

Declaration

[Browsable(false)]
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