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

DetailDescriptorBase.DetailViewIndents Property

Gets a collection of master view’s row indents specifying how to position detail rows. This member supports the control’s internal infrastructure; it is not intended to be used from your code.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

public ObservableCollection<DetailIndent> DetailViewIndents { get; protected set; }

Property Value

Type Description
ObservableCollection<DevExpress.Xpf.Grid.DetailIndent>

A DetailIndent object collection representing a master view’s row indents.

Remarks

This member supports the control’s internal infrastructure; it is not intended to be used from your code.

See Also