Back to Devexpress

DataViewBase.IsTouchScrollBarsMode Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-05970598.md

latest1.3 KB
Original Source

DataViewBase.IsTouchScrollBarsMode Property

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Browsable(false)]
public bool IsTouchScrollBarsMode { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsTouchScrollBarsMode As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

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

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace