Skip to main content
A newer version of this page is available. .

TileViewOptionsBehavior.AllowMousePanning Property

Gets or sets whether an end-user can drag to pan the view with the mouse.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool AllowMousePanning { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if an end-user can drag to pan the view with the mouse; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowMousePanning
TileView
.OptionsBehavior.AllowMousePanning

Remarks

For Tile Views in a GridLookUpEdit, this feature is disabled by default.

See Also