Back to Devexpress

GridOptionsDetail.ShowEmbeddedDetailIndent Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionsdetail-53fa6d58.md

latest2.8 KB
Original Source

GridOptionsDetail.ShowEmbeddedDetailIndent Property

Gets or sets whether vertical indents are enabled between detail Views and master Views in Embedded detail mode (see GridOptionsDetail.DetailMode).

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public virtual DefaultBoolean ShowEmbeddedDetailIndent { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
<XtraSerializableProperty>
Public Overridable Property ShowEmbeddedDetailIndent As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

A value that specifies if vertical indents are enabled. The DefaultBoolean.Default value is equivalent to True.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowEmbeddedDetailIndent
GridView

.OptionsDetail .ShowEmbeddedDetailIndent

|

Remarks

The following images demonstrate the appearance of detail Views when the ShowEmbeddedDetailIndent property is set to True and False , respectively.

ShowEmbeddedDetailIndent =True

ShowEmbeddedDetailIndent =False

See Also

DetailMode

GridOptionsDetail Class

GridOptionsDetail Members

DevExpress.XtraGrid.Views.Grid Namespace