Skip to main content

RibbonControllerBase.RibbonControl Property

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

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v24.1.dll

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

Declaration

[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
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