GridLookUpEditBase.ForceInitialize() Method
Performs the control’s initialization.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Remarks
Call this method if you need to work with the control’s data source prior to appearing the control on-screen.
The method finishes the control’s initialization. So, after the ForceInitialize method is called, you are able to safely work with the control and its data source.
See Also