Skip to main content
A newer version of this page is available. .

PivotGridOptionsBehavior.GetEditorShowMode() Method

Returns the actual editor show mode based on the PivotGridOptionsBehavior.EditorShowMode property.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public EditorShowMode GetEditorShowMode()

Returns

Type Description
EditorShowMode

An EditorShowMode value that specifies the actual editor show mode.

Remarks

Use the PivotGridOptionsBehavior.EditorShowMode property to control how in-place editors are activated. The GetEditorShowMode method returns the actual editor show mode based on the PivotGridOptionsBehavior.EditorShowMode property’s setting. If this property is set to Default, the GetEditorShowMode method returns MouseDownFocused. Otherwise, the GetEditorShowMode method returns the value of the PivotGridOptionsBehavior.EditorShowMode property.

See Also