Back to Devexpress

TdxCustomRibbon.OnTabGroupCollapsed Event

vcl-dxribbon-dot-tdxcustomribbon-5a3064ae.md

latest981 B
Original Source

TdxCustomRibbon.OnTabGroupCollapsed Event

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

Declaration

delphi
property OnTabGroupCollapsed: TdxRibbonTabGroupNotifyEvent read; write;

Remarks

When a tab group within a tab is expanded, the OnTabGroupExpanded event is raised.

Use a Ribbon 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.OnTabGroupExpanded

TdxCustomRibbon Class

TdxCustomRibbon Members

dxRibbon Unit