Skip to main content

TcxLookAndFeelController.TouchMode Property

Specifies if Touch mode is enabled.

Declaration

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