LayoutView.IsCustomizationMode Property
Gets whether the Layout View’s runtime customization is active.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
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