Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotShowButtonModeEnum Enum

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v24.2.dll

NuGet Package: DevExpress.Win.PivotGrid

#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