Back to Devexpress

PivotGridOptionsBehavior.EditorShowMode Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsbehavior-55b2264a.md

latest3.3 KB
Original Source

PivotGridOptionsBehavior.EditorShowMode Property

Gets or sets how in-place editors are activated.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[DefaultValue(EditorShowMode.Default)]
[XtraSerializableProperty]
public EditorShowMode EditorShowMode { get; set; }
vb
<DefaultValue(EditorShowMode.Default)>
<XtraSerializableProperty>
Public Property EditorShowMode As EditorShowMode

Property Value

TypeDefaultDescription
EditorShowModeDefault

An EditorShowMode value that specifies how in-place editors are activated.

|

Available values:

NameDescription
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.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to EditorShowMode
PivotGridControl

.OptionsBehavior .EditorShowMode

|

Remarks

See the EditorShowMode topic for information on the available editor activation modes.

See Also

FieldEdit

CustomCellEdit

CustomCellEditForEditing

PivotGridOptionsCustomizationEx.AllowEdit

PivotGridFieldOptionsEx.AllowEdit

Cell Editors Overview

PivotGridOptionsBehavior Class

PivotGridOptionsBehavior Members

DevExpress.XtraPivotGrid Namespace