Back to Devexpress

SplitterItem Events

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

latest3.4 KB
Original Source

SplitterItem Events

Allows you to resize and optionally collapse/expand adjacent layout items. Not supported in Table Layout and Flow Layout modes.

NameDescription
ClickFires when the current item is clicked. Inherited from BaseLayoutItem.
CustomDrawAllows you to custom paint the current item. Inherited from BaseLayoutItem.
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.
PositionChangedFires when the position of the current splitter in the layout is changed.
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

SplitterItem Class

SplitterItem Members

DevExpress.XtraLayout Namespace