Skip to main content

TdxCustomRibbon.OnTabGroupExpanded Event

Fires after the AGroup has been expanded within the Ribbon tab passed as the ATab parameter.

Declaration

property OnTabGroupExpanded: TdxRibbonTabGroupNotifyEvent read; write;

Remarks

When a Ribbon tab group is collapsed, the OnTabGroupCollapsed event is raised.

Use the tab group’s CanCollapse and Restriction properties to specify if this tab group can be collapsed and/or expanded when the Ribbon control is horizontally sized.

See Also