windowsforms-devexpress-dot-xtrapivotgrid-f42d53d4.md
Contains values that specify which cells of a data field display editor buttons.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package : DevExpress.Win.PivotGrid
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum PivotShowButtonModeEnum
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
Public Enum PivotShowButtonModeEnum
| 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.
|
The following properties accept/return PivotShowButtonModeEnum values:
Use the PivotGridFieldOptionsEx.ShowButtonMode and PivotGridOptionsView.ShowButtonMode properties to specify which cells of data fields must display editor buttons.
See Also
PivotGridFieldOptionsEx.ShowButtonMode