Skip to main content
All docs
V25.1
  • RepositoryItemTokenEdit.ForceInitialize() Method

    Forces the control to finish its initialization.

    Namespace: DevExpress.XtraEditors.Repository

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public virtual void ForceInitialize()

    Remarks

    If the control has been created and customized at design time and you want to change its settings on form loading, you must call the ForceInitialize method beforehand. This method finishes the control’s initialization. After the method is called, the control’s settings can safely be accessed and modified.

    See Also