DataControlBase.EndInit() Method
Ends the runtime initialization.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Remarks
To start the grid’s initialization, use the DataControlBase.BeginInit method.
See Also