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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
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 |
|
Remarks
For Tile Views in a GridLookUpEdit, this feature is disabled by default.
See Also