XRPivotGridFieldOptions Members
Contains options for the XRPivotGrid‘s field.Constructors
| Name | Description |
|---|---|
| XRPivotGridFieldOptions(PivotOptionsChangedEventHandler, IViewBagOwner, String) | Initializes a new instance of the XRPivotGridFieldOptions class with the specified settings. |
Properties
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| ShowGroupIntervalName | Gets or sets whether to display a group interval name in the field header. Inherited from PivotGridFieldOptions. |
| ShowInCustomizationForm | Gets or sets whether the field’s header is displayed within the customization form when the field is hidden. |
| 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. Inherited from PivotGridFieldOptions. |
| ShowInPrefilter | Gets or sets whether the field is shown in Prefilter. |
| 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. |
| ShowValues | Gets or sets whether data cells that correspond to the current data field are visible. Inherited from PivotGridFieldOptions. |
Methods
| Name | Description |
|---|---|
| Assign(BaseOptions) | Copies all the settings from the options object passed as the parameter to the current object. Inherited from PivotGridOptionsBase. |
| BeginUpdate() | Locks the BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. Inherited from BaseOptions. |
| CancelUpdate() | Unlocks the BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseOptions. |
| EndUpdate() | Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseOptions. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| Reset() | Resets all options to their default values. Inherited from BaseOptions. |
| ShouldSerialize() | Tests whether the PivotGridOptionsBase object should be persisted. Inherited from PivotGridOptionsBase. |
| ToString() | Returns a string representing the currently enabled options. Inherited from BaseOptions. |
Events
| Name | Description |
|---|---|
| OptionsChanged | Occurs when any of the PivotGrid control’s option has been changed. Inherited from PivotGridFieldOptions. |
See Also