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

RibbonControllerBase.RibbonControl Property

Gets or sets the RibbonControl class instance to which the Ribbon Controller belongs.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v19.2.dll

Declaration

[Browsable(false)]
[DefaultValue(null)]
public virtual RibbonControl RibbonControl { get; set; }

Property Value

Type Default Description
RibbonControl *null*

A RibbonControl class instance to which the Ribbon Controller belongs.

Remarks

Use the RibbonControl property to assign an instance of either the PrintRibbonController or XRDesignRibbonController class to the particular RibbonControl object, when creating a custom form with a Ribbon.

See Also