RowData(DataTreeBuilder, Boolean, Boolean) Constructor
In This Article
Initializes a new instance of the RowData class.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
public RowData(
DataTreeBuilder treeBuilder,
bool updateOnlyData = false,
bool updateSelectionState = true
)
#Parameters
Name | Type |
---|---|
tree |
DevExpress. |
#Optional Parameters
Name | Type | Default |
---|---|---|
update |
Boolean | False |
update |
Boolean | True |
See Also