LayoutView.PanModeSwitch() Method
Enables and disables the card panning mode.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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