Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRibbonTab.Context Property

Specifies the currently processed tab’s context.

#Declaration

Delphi
property Context: TdxRibbonContext read; write;

#Property Value

Type
TdxRibbonContext

#Remarks

Use this property to associate a tab with one of the application contexts declared within the Ribbon’s Contexts collection. Once associated, the tab will be displayed as a contextual tab if the corresponding context is active or visible. At design time, you can select a context from the dropdown list provided by the Context property.

To unassociate a tab with any application context, assign nil to the tab’s Context property. To accomplish this at design time, select ‘<none>’ within the property’s dropdown list.

See Also