LayoutView.PanModeActive Property
Gets whether the card panning feature is active.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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