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

TreeListView.ExpandStateFieldName Property

Gets or sets the name of the data field within the items source that determines which nodes are expanded.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public string ExpandStateFieldName { get; set; }

Property Value

Type Description
String

A name of the data field that specifies which nodes are expanded.

Remarks

Use this property if you want to selectively expand or collapse treelist nodes.

See Also