Skip to main content

RowData(DataTreeBuilder, Boolean, Boolean, Boolean) Constructor

Initializes a new instance of the RowData class.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public RowData(
    DataTreeBuilder treeBuilder,
    bool updateOnlyData = false,
    bool updateSelectionState = true,
    bool updateError = true
)

Parameters

Name Type
treeBuilder DevExpress.Xpf.Grid.Native.DataTreeBuilder

Optional Parameters

Name Type Default
updateOnlyData Boolean False
updateSelectionState Boolean True
updateError Boolean True

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also