Back to Devexpress

TdxCustomRibbon.OnTabGroupExpanded Event

vcl-dxribbon-dot-tdxcustomribbon-e8e386db.md

latest972 B
Original Source

TdxCustomRibbon.OnTabGroupExpanded Event

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

Declaration

delphi
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

TdxCustomRibbon.OnTabGroupCollapsed

TdxCustomRibbon Class

TdxCustomRibbon Members

dxRibbon Unit