TdxNavBarCommonViewOptions.UseRibbonArea Property
Declaration
property UseRibbonArea: Boolean read; write; default False;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | False |
Remarks
If you use a TdxNavBar as a navigation control for a Ribbon Form, you can set the UseRibbonArea property to True to extend the TdxNavBar control to the Ribbon UI area.
Note
The UseRibbonArea property has no effect if the TdxNavBar is not associated with a Ribbon Form.
Available Options
False
True
Default Value
The UseRibbonArea property’s default value is False.
See Also