Back to Devexpress

PivotShowButtonModeEnum Enum

windowsforms-devexpress-dot-xtrapivotgrid-f42d53d4.md

latest2.1 KB
Original Source

PivotShowButtonModeEnum Enum

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

Declaration

csharp
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum PivotShowButtonModeEnum
vb
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
Public Enum PivotShowButtonModeEnum

Members

NameDescription
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:

Remarks

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

See Also

PivotGridFieldOptionsEx.ShowButtonMode

PivotGridOptionsView.ShowButtonMode

DevExpress.XtraPivotGrid Namespace