Skip to main content

LayoutViewOptionsCustomization.ShowGroupLayout Property

Gets or sets whether the Layout group of edit controls is displayed within the View Layout tab in the Customization Form in advanced customization mode.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool ShowGroupLayout { get; set; }

Property Value

Type Default Description
Boolean true

true if the corresponding group of edit controls is displayed in advanced customization mode; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowGroupLayout
LayoutView
.OptionsCustomization .ShowGroupLayout

Remarks

This option is in effect when the LayoutViewOptionsCustomization.UseAdvancedRuntimeCustomization property is set to true.

See Also