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

TcxCustomLookAndFeelController.TouchMode Property

Specifies if Touch mode is enabled.

#Declaration

Delphi
property TouchMode: Boolean read; write; default cxDefaultIsTouchModeEnabled;

#Property Value

Type Default Description
Boolean cxDefaultIsTouchModeEnabled

True if Touch mode is enabled; otherwise, False.

#Remarks

Set the TouchMode property to True to enable Touch mode in your application. This mode increases UI element sizes and adjusts application form layouts for a more comfortable interaction on touch-enabled screens. In addition, you can set the ScrollbarMode property to sbmTouch to enable touch-friendly scrollbars for all DevExpress controls that can scroll content.

Refer to the following help topic for detailed information on support for touch-enabled devices: Integrated Touch Gesture Support.

#Default Value

The TouchMode property’s default value is the cxDefaultIsTouchModeEnabled global constant.

See Also