Back to Devexpress

TdxOfficeSearchBoxProperties.Ribbon Property

vcl-dxofficesearchbox-dot-tdxofficesearchboxproperties-af5b58a9.md

latest1.7 KB
Original Source

TdxOfficeSearchBoxProperties.Ribbon Property

Specifies the parent Ribbon control.

Declaration

delphi
property Ribbon: TdxCustomRibbon read; write;

Property Value

TypeDescription
TdxCustomRibbon

Specifies the parent Ribbon control of the Office Search Box editor.

The property returns nil (in Delphi) or nullptr (in C++Builder) if no Ribbon control is associated with the editor.

Tip

You need to cast the property value to the TdxRibbon class to access all public API members.

|

Remarks

Use the Ribbon property to associate the Office Search Box editor with a TdxRibbon control on a form. The editor obtains its style (appearance) settings from the associated control.

Note

An Office Search Box editor is automatically associated with the TdxBarManager component and the TdxRibbon control on the current form when you add (create) the editor.

Default Value

The Ribbon property’s default value is nil (in Delphi) or nullptr (in C++Builder).

See Also

TdxOfficeSearchBoxProperties.BarManager Property

TdxOfficeSearchBoxProperties Class

TdxOfficeSearchBoxProperties Members

dxOfficeSearchBox Unit