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

LayoutView.PanModeSwitch() Method

Enables and disables the card panning mode.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v18.2.dll

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