LayoutViewOptionsHeaderPanel.EnablePanButton Property
Gets or sets whether the Panning mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (F10).
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if an end-user can enable the Panning mode; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to EnablePanButton |
---|---|
LayoutView |
|
Remarks
The EnablePanButton property allows you to disable the corresponding button within the Header Panel and the shortcut (F10) used to activate the Panning mode. To prevent switching between view modes by an end-user and in code, the LayoutViewOptionsBehavior.AllowSwitchViewModes option needs to be set to false.
Use the LayoutViewOptionsHeaderPanel.ShowPanButton to hide the corresponding button within the Header Panel. If the button is hidden and the EnablePanButton property is set to true, the Panning mode can still be invoked using the corresponding shortcut.