Back to Devexpress

DetailDescriptorBase.DetailViewIndents Property

wpf-devexpress-dot-xpf-dot-grid-dot-detaildescriptorbase-872a9a95.md

latest1.5 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ObservableCollection<DetailIndent> DetailViewIndents { get; protected set; }
vb
Public Property DetailViewIndents As ObservableCollection(Of DetailIndent)

Property Value

TypeDescription
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

DetailDescriptorBase Class

DetailDescriptorBase Members

DevExpress.Xpf.Grid Namespace