PivotField.ShowHeaderDropDown Property
Specifies whether or not to show a drop-down button on the field header.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to show the drop-down button for the field; otherwise, false. |
Remarks
The following example hides the drop-down button for the Product field. End users cannot sort or filter field items.
See Also