Skip to main content

ControlRowSource.ReloadRows(Boolean) Method

Reloads data rows from the source control.

Namespace: DevExpress.Data.Controls

Assembly: DevExpress.Data.Desktop.v23.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

public void ReloadRows(
    bool raiseList
)

Parameters

Name Type Description
raiseList Boolean

The value indicating whether the PropertyChanged event should be raised.

See Also