Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxLayoutSplitterItem Events
Show Inherited Hide Inherited

A splitter that delimits two adjacent layout items.
Name Description
OnCanResize Enables you to restrict a user’s capability to drag the splitter item to resize its associated layout element.
OnCaptionClick protected Enables you to respond to clicking the caption region of the layout element. Inherited from TdxCustomLayoutItem.
OnClosed Allows you to respond to a splitter collapse operation.
OnEndFloat protected Inherited from TdxCustomLayoutItem.
OnHyperlinkClick protected Allows you to respond to a click on a hyperlink or prevent hyperlink activation. Inherited from TdxCustomLayoutItem.
OnHyperlinkMouseEnter protected Allows you to execute custom code when the mouse pointer moves into a hyperlink area within the layout item’s caption. Inherited from TdxCustomLayoutItem.
OnHyperlinkMouseLeave protected Allows you to execute custom code when the mouse pointer leaves a hyperlink within the layout item’s caption. Inherited from TdxCustomLayoutItem.
OnMoved Allows you to track splitter movements.
OnOpened Allows you to respond to a layout splitter expand operation.
OnShowHyperlinkHint protected Allows you to change a hyperlink hint before it appears. Inherited from TdxCustomLayoutItem.
OnStartFloat protected Inherited from TdxCustomLayoutItem.
See Also