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

TcxSplitter Class

An advanced splitter control.

#Declaration

Delphi
TcxSplitter = class(
    TcxCustomSplitter
)

#Remarks

Use the TcxSplitter control to add a splitter control to the form. This control enables end-users to resize controls at runtime using drag and drop operations or by using the hot zone. The hot zone is an element of the splitter control that can be clicked to change the size of the bound control to the minimum possible and back. There are four hot zone styles provided. Additionally, you can create a custom hot zone style by deriving from the TcxHotZoneStyle class.

The TcxSplitter control’s functionality is implemented by its ancestor – the TcxCustomSplitter class. The TcxSplitter class simply publishes properties and events. Refer to the ancestor description for details on the features provided.

If you are new to using the TcxSplitter control, refer to the Using the TcxSplitter topic. It contains the basic information you need for using the control.

See Also