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

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.v18.2.dll

Declaration

public List<TreeListIndentType> Indents { get; }

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

Node

To learn more, see Nodes Overview.

See Also