TdxCustomRibbonForm.RibbonControl Property
In This Article
Specifies a Ribbon control associated with the Ribbon form.
#Declaration
Delphi
property RibbonControl: TWinControl read; write;
#Property Value
Type |
---|
TWin |
#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