Back to Devexpress

LayoutView.IsCustomizationMode Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutview-3565ed4e.md

latest1.6 KB
Original Source

LayoutView.IsCustomizationMode Property

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

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
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

ShowCustomizationForm()

LayoutView Class

LayoutView Members

DevExpress.XtraGrid.Views.Layout Namespace