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

LayoutView.PanModeActive Property

Gets whether the card panning feature is active.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[Browsable(false)]
public virtual bool PanModeActive { get; }

Property Value

Type Description
Boolean

true if card panning is active; otherwise, false.

Remarks

The card panning feature is supported when any card is partially visible and the LayoutViewOptionsBehavior.AllowPanCards property is set to true. To enable/disable the panning mode, use the LayoutView.PanModeSwitch method. See the LayoutViewOptionsBehavior.AllowPanCards topic to learn more.

See Also