windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsbehavior-55b2264a.md
Gets or sets how in-place editors are activated.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package : DevExpress.Win.PivotGrid
[DefaultValue(EditorShowMode.Default)]
[XtraSerializableProperty]
public EditorShowMode EditorShowMode { get; set; }
<DefaultValue(EditorShowMode.Default)>
<XtraSerializableProperty>
Public Property EditorShowMode As EditorShowMode
| Type | Default | Description |
|---|---|---|
| EditorShowMode | Default |
An EditorShowMode value that specifies how in-place editors are activated.
|
Available values:
| Name | Description |
|---|---|
| Default |
The mode is not specified explicitly. The actual mode depends on the control and its settings. See remarks in the following topic for more information: EditorShowMode Enum.
| | MouseDown |
A cell editor is activated when the left mouse button is pressed regardless of whether the cell is focused.
| | MouseUp |
A cell editor is activated when the left mouse button is pressed and released in the same cell regardless of whether the cell is focused.
| | Click |
A cell editor is activated when the left mouse button is pressed and released in a focused cell.
| | MouseDownFocused |
A cell editor is activated when the left mouse button is pressed in a focused cell.
|
You can access this nested property as listed below:
| Object Type | Path to EditorShowMode |
|---|---|
| PivotGridControl |
.OptionsBehavior .EditorShowMode
|
See the EditorShowMode topic for information on the available editor activation modes.
See Also
PivotGridOptionsCustomizationEx.AllowEdit
PivotGridFieldOptionsEx.AllowEdit
PivotGridOptionsBehavior Class