Skip to main content

TreeListView.CheckBoxFieldName Property

Gets or sets the name of a field in a data source to which check boxes embedded into nodes are bound.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

[XtraSerializableProperty]
public string CheckBoxFieldName { get; set; }

#Property Value

Type Description
String

A String value that specifies the field in a data source.

#Remarks

To learn more, see Checking Nodes.

See Also