Back to Devexpress

LayoutControlGroup Events

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

latest4.4 KB
Original Source

LayoutControlGroup Events

A regular group with or without a header and borders.

NameDescription
ClickFires when the current item is clicked. Inherited from BaseLayoutItem.
CustomButtonCheckedFires when a custom header button is checked. Inherited from LayoutGroup.
CustomButtonClickFires on a regular (push) custom header button click. Inherited from LayoutGroup.
CustomButtonUncheckedFires when a custom header button is unchecked. Inherited from LayoutGroup.
CustomDrawAllows you to custom paint the current item. Inherited from BaseLayoutItem.
CustomDrawBackgroundAllows you to custom paint the group’s client area background. Inherited from LayoutGroup.
CustomDrawCaptionAllows you to custom paint the caption region. Inherited from LayoutGroup.
CustomDrawHeaderButtonAllows you to custom paint header buttons (LayoutGroup.CustomHeaderButtons). Inherited from LayoutGroup.
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

LayoutControlGroup Class

LayoutControlGroup Members

DevExpress.XtraLayout Namespace