Skip to main content
All docs
V24.2

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

TdxLayoutSplitterItemMovedEventArgs Properties

Stores information related to layout splitter movement event occurrences.
Name Description
FarItem Provides access to the adjacent far layout item.
NearItem Provides access to the adjacent near layout item.
NewFarItemBounds Returns far item boundaries (in pixels) after the current splitter expand, collapse, or move operation.
NewNearItemBounds Returns near item boundaries (in pixels) after the current splitter expand, collapse, or move operation.
OldFarItemBounds Returns far item boundaries (in pixels) before the current splitter expand, collapse, or move operation.
OldNearItemBounds Returns near item boundaries (in pixels) before the current splitter expand, collapse, or move operation.
See Also