Skip to main content

GridLookUpEditBase.ForceInitialize() Method

Performs the control’s initialization.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public virtual void ForceInitialize()

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