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

PivotGridFieldOptionsEx Properties

Contains options for a field.
Name Description
AllowDrag Gets or sets whether an end-user is allowed to drag the Field Header. Inherited from PivotGridFieldOptions.
AllowDragInCustomizationForm Gets or sets whether end-users are allowed to drag field headers between areas in the Customization Form. Inherited from PivotGridFieldOptions.
AllowEdit Gets or sets whether data editing is allowed for the current field.
AllowExpand Gets or sets whether an end-user is allowed to expand/collapse the rows or columns which correspond to the current field. Inherited from PivotGridFieldOptions.
AllowFilter Gets or sets whether an end-user can apply a filter to the current field. Inherited from PivotGridFieldOptions.
AllowFilterBySummary Gets or sets whether end-users are allowed to filter pivot grid data by summaries calculated against the current data field. Inherited from PivotGridFieldOptions.
AllowHide Gets or sets whether or not an end-user can hide the current field.
AllowRunTimeSummaryChange Gets or sets whether an end-user can change the data field’s summary type. Inherited from PivotGridFieldOptions.
AllowSort Gets or sets whether an end-user can modify the field’s current sort order. Inherited from PivotGridFieldOptions.
AllowSortBySummary Gets or sets whether end-users can sort the current row/column field values by other column/row summary values. Inherited from PivotGridFieldOptions.
FieldFilterPopupMode Gets or sets the field’s pop-up filter mode.
GroupFilterMode Gets or sets the filtering mode used for the field’s owner group. Inherited from PivotGridFieldOptions.
HideEmptyVariationItems Gets or sets whether the first (empty) column/row that displays variation data for the current data field must be hidden. Inherited from PivotGridFieldOptions.
IsFilterRadioMode Gets or sets whether an end-user is allowed to select only a single item in the filter drop-down.
OLAPFilterByUniqueName Gets or sets whether PivotGridControl should take into account OLAP member values or unique names when filtering data in an OLAP mode. Inherited from PivotGridFieldOptions.
OLAPFilterUsingWhereClause Gets or sets whether to use the WHERE or subselect clause in an MDX query, when filtering against filter fields in OLAP mode. Inherited from PivotGridFieldOptions.
OLAPUseNonEmpty Gets or sets whether the NonEmpty function should be used in MDX queries for the current measure. Inherited from PivotGridFieldOptions.
ReadOnly Gets or sets whether end-users can modify cell values.
ShowButtonMode Gets or sets which cells corresponding to the current field display editor buttons.
ShowCustomTotals Gets or sets whether Custom Totals that correspond to the current Column Field or Row Field are visible. Inherited from PivotGridFieldOptions.
ShowGrandTotal Gets or sets whether grand totals that correspond to the current data field are visible. Inherited from PivotGridFieldOptions.
ShowInCustomizationForm Gets or sets whether the field’s header is displayed within the customization form when the field is hidden. Inherited from PivotGridFieldOptions.
ShowInExpressionEditor Gets or sets whether the current field is available in the Expression Editor‘s field list. Inherited from PivotGridFieldOptions.
ShowInFilter Gets or sets whether the field is available for selection in the Filter Editor.
ShowInPrefilter Gets or sets whether the field is shown in Prefilter. Inherited from PivotGridFieldOptions.
ShowSummaryTypeName Gets or sets whether the summary type is displayed within the data field’s header. Inherited from PivotGridFieldOptions.
ShowTotals Gets or sets whether Totals that correspond to the current data field are visible. Inherited from PivotGridFieldOptions.
ShowUnboundExpressionMenu Gets or sets whether an end-user can open an Expression Editor for the current unbound field using a context menu.
ShowValues Gets or sets whether data cells that correspond to the current data field are visible. Inherited from PivotGridFieldOptions.
See Also