TreeListRowData.Indents Property
Gets the list of indents within the treelist row. This is a dependency property.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
List<DevExpress.Xpf.Grid.TreeListIndentType> | A list of indents. |
Remarks
Indents are offsets by which data cells are horizontally shifted to the right (to the left if RTL orientation is used).
To learn more, see Nodes Overview.
See Also