Back to Devexpress

LayoutView.PanModeActive Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutview-ea4c0956.md

latest2.1 KB
Original Source

LayoutView.PanModeActive Property

Gets whether the card panning feature is active.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool PanModeActive { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable ReadOnly Property PanModeActive As Boolean

Property Value

TypeDescription
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

AllowPanCards

PanModeSwitch()

LayoutView Class

LayoutView Members

DevExpress.XtraGrid.Views.Layout Namespace