Skip to main content

TdxCustomRibbonForm.RibbonControl Property

Specifies a Ribbon control associated with the Ribbon form.

Declaration

property RibbonControl: TWinControl read; write;

Property Value

Type
TWinControl

Remarks

Use the RibbonControl and NavigationControl properties to embed the TdxRibbon and TdxNavBar controls into the Ribbon form. A form created from the DevExpress VCL Ribbon Based application template has a preconfigured TdxRibbon control assigned to the RibbonControl property.

See Also