Skip to main content

LayoutView.PanModeSwitch() Method

Enables and disables the card panning mode.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public virtual void PanModeSwitch()

Remarks

The PanModeSwitch method enables and disables the panning mode. To get whether card panning is active, use the LayoutView.PanModeActive property. See the LayoutViewOptionsBehavior.AllowPanCards topic to learn more.

See Also