TcxCustomSplitter.DragThreshold Property
Specifies the minimum distance (in pixels) by which the splitter can be moved by dragging.
Declaration
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