Skip to main content

RibbonControllerBase.EndInit() Method

Ends the RibbonControllerBase‘s initialization.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v23.2.dll

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

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