TreeListView.CheckBoxFieldName Property
In This Article
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
#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