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

LayoutViewOptionsCustomization.ShowGroupCardIndents Property

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

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool ShowGroupCardIndents { 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 ShowGroupCardIndents
LayoutView
.OptionsCustomization.ShowGroupCardIndents

Remarks

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

See Also