Skip to main content

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.v14.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