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

DataContext(Boolean) Constructor

Initializes a new instance of the DataContext class with the specified settings.

Namespace: DevExpress.Data.Browsing

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public DataContext(
    bool suppressListFilling
)

Parameters

Name Type Description
suppressListFilling Boolean

A Boolean value.

See Also