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

RowData(DataTreeBuilder, Boolean, Boolean, Boolean) Constructor

Initializes a new instance of the RowData class.

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, 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