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

RibbonControllerBase.EndInit() Method

Ends the RibbonControllerBase‘s initialization.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v18.2.dll

Declaration

public abstract void EndInit()

Remarks

Note that you shouldn’t use the EndInit method directly in your code. To initialize the RibbonControllerBase instance, use its RibbonControllerBase.Initialize method instead.

See Also