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

PivotShowButtonModeEnum Enum

Contains values that specify which cells of a data field display editor buttons.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v18.2.dll

Declaration

[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum PivotShowButtonModeEnum

Members

Name Description
Default

This option is equivalent to the ShowOnlyInEditor option.

ShowAlways

Editor buttons are displayed for all cells.

ShowForFocusedCell

Editor buttons are only displayed for the focused cell.

ShowOnlyInEditor

Editor buttons are only displayed when a cell editor is active.

Related API Members

The following properties accept/return PivotShowButtonModeEnum values:

Remarks

Use the PivotGridFieldOptionsEx.ShowButtonMode and PivotGridOptionsView.ShowButtonMode properties to specify which cells of data fields must display editor buttons.

See Also