Back to Devexpress

TreeListView.RowIndent Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-0fb32532.md

latest1.8 KB
Original Source

TreeListView.RowIndent Property

Gets or sets the node indent. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public double RowIndent { get; set; }
vb
Public Property RowIndent As Double

Property Value

TypeDescription
Double

A Double value that specifies the node indent, in pixels.

|

Remarks

Indents specify an offset by which data cells are horizontally shifted to the right (to the left if RTL orientation is used). This is required to indicate nesting levels, display expand buttons and images. An indent is specified by the RowIndent property, in pixels. The number of indents that specify the offset depends on the node’s nesting level, whether the expand button and image are required to be displayed.

For example, in the image above, the root node has two indents that specify the offset of its data cells. First level nodes (in the image below) contain three indents, etc.

See Also

Nodes Overview

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace