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

TcxCustomSplitter.PositionAfterOpen Property

Specifies the position to which the splitter is expanded if the AutoPosition property value is False.

#Declaration

Delphi
property PositionAfterOpen: TcxPositionAfterOpen read; write; default 30;

#Property Value

Type Default
TcxPositionAfterOpen 30

#Remarks

If the hot zone is enabled, end-users can click it to show/hide the bound control. You can also collapse and expand the splitter programmatically using the State property and the OpenSplitter and CloseSplitter methods.

When expanding the splitter, its behavior depends on the AutoPosition property value. If it is True, the splitter is moved to the position it had before collapsing. Otherwise, it is moved to the position specified by the PositionAfterOpen property. Refer to the AutoPosition property description for details and examples.

The default value of the PositionAfterOpen property is 30.

See Also