Back to Devexpress

TdxBarInPlaceSubItem.OnAfterExpand Event

vcl-dxbarextitems-dot-tdxbarinplacesubitem-0ccd0116.md

latest925 B
Original Source

TdxBarInPlaceSubItem.OnAfterExpand Event

Occurs after the in-place subitem has been expanded.

Declaration

delphi
property OnAfterExpand: TdxBarInPlaceSubItemEvent read; write;

Remarks

Handle this event to perform specific actions after the in-place subitem has been expanded. The Sender parameter provides access to the in-place subitem. The Link parameter rerferences the item link to the expanded in-place subitem’s control.

To perform specific actions before the in-place subitem is collapsed, handle the OnBeforeCollapse event.

See Also

TdxBarInPlaceSubItem Class

TdxBarInPlaceSubItem Members

dxBarExtItems Unit