Back to Devexpress

LayoutGroup Events

windowsforms-devexpress-dot-xtralayout-dot-layoutgroup-dot-underscore-events.md

latest3.9 KB
Original Source

LayoutGroup Events

A base class for regular layout groups.

NameDescription
ClickFires when the current item is clicked. Inherited from BaseLayoutItem.
CustomButtonCheckedFires when a custom header button is checked.
CustomButtonClickFires on a regular (push) custom header button click.
CustomButtonUncheckedFires when a custom header button is unchecked.
CustomDrawAllows you to custom paint the current item. Inherited from BaseLayoutItem.
CustomDrawBackgroundAllows you to custom paint the group’s client area background.
CustomDrawCaptionAllows you to custom paint the caption region.
CustomDrawHeaderButtonAllows you to custom paint header buttons (LayoutGroup.CustomHeaderButtons).
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DoubleClickFires when the current item is clicked. Inherited from BaseLayoutItem.
HiddenFires after an item has been hidden. Inherited from BaseLayoutItem.
HidingFires when the item is about to be hidden (when dragging the item and dropping it onto on the Customization Form). Inherited from BaseLayoutItem.
MouseDownOccurs when the mouse pointer is over a layout item and a mouse button is pressed. Inherited from BaseLayoutItem.
MouseUpOccurs when the mouse button is released if it was pressed within a layout item. Inherited from BaseLayoutItem.
ShowingFires when the item is about to be added to the layout (by dragging it from the Customization Form). Inherited from BaseLayoutItem.
ShownFires after an item has been made visible. Inherited from BaseLayoutItem.
TextChangedFires after the layout item’s text has been changed. Inherited from BaseLayoutItem.

See Also

LayoutGroup Class

LayoutGroup Members

DevExpress.XtraLayout Namespace