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

GridLookUpEditBase.ForceInitialize() Method

Performs the control’s initialization.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraGrid.v19.2.dll

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