Skip to main content

TdxCustomRibbonForm.RibbonControl Property

Specifies the TdxRibbon control associated with the Ribbon form.

Declaration

property RibbonControl: TWinControl read; write;

Property Value

Type Description
TWinControl

The associated TdxRibbon control.

Remarks

Use RibbonControl and NavigationControl properties to embed TdxRibbon and TdxNavBar controls into the Ribbon form.

Use Form/User Control Wizard

The DevExpress VCL Template Kit includes the dedicated Form/User Control Wizard designed to add DevExpress forms to an existing project. To create a new DevExpress form (a TdxForm descendant), click File | New → DevExpress VCL v26.1 Form/User Control - Delphi in the main menu of your RAD Studio IDE.

VCL Template Kit — The "Form/User Control" Wizard

The Form/User Control Wizard lists multiple form templates designed for frequently-used scenarios – a blank form, forms with a pre-configured Ribbon/Toolbar UI and/or other DevExpress UI controls. Refer to the following help topic for details: VCL Template Kit.

Tip

Select the Ribbon-based Form template in the Form/User Control Wizard to add a preconfigured Ribbon form to an existing project.

See Also