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.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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