Skip to main content

DataViewBase.IsTouchScrollBarsMode Property

Gets whether the GridControl displays touch scrollbars. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

[Browsable(false)]
public bool IsTouchScrollBarsMode { get; }

Property Value

Type Description
Boolean

true if the GridControl displays touch scrollbars; otherwise, false.

Remarks

Refer to the following help topic for more information: Touch Scrollbars.

See Also