Skip to main content

PivotGridOptionsBehavior.GetEditorShowMode() Method

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v24.1.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
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