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.DragThreshold Property

Specifies the minimum distance (in pixels) by which the splitter can be moved by dragging.

#Declaration

Delphi
property DragThreshold: TcxNaturalNumber read; write; default 3;

#Property Value

Type Default
TcxNaturalNumber 3

#Remarks

Use this property to adjust the threshold value for drag-and-drop operations with the splitter. No drag-and-drop operation occurs if an end-user moves the splitter for a distance (in pixels) that is less than the DragThreshold property value.

The default value of the DragThreshold property is 3.

See Also