Skip to main content

PivotGridField Methods

A field within the PivotGridControl.
Name Description
Assign(PivotGridFieldBase) Copies all settings from the object passed as the parameter and assigns them to the current object.
BestFit() Resizes the field’s column(s) to fit the longest text currently displayed in the column.
CanShowValueType(PivotGridValueType, Boolean) For internal use. Inherited from PivotGridFieldBase.
ChangeSortOrder() Toggles the sort order for the current field. Inherited from PivotGridFieldBase.
CollapseAll() Collapses all rows/columns that correspond to the current column field or row field. Inherited from PivotGridFieldBase.
CollapseAllAsync() Collapses all columns or rows of the specified Pivot Grid field asynchronously.
CollapseValue(Object) Collapses the column/row that contains the specified value. Inherited from PivotGridFieldBase.
CollapseValueAsync(Object) Collapses the specified column or row of the Pivot Grid field asynchronously.
CreateObjRef(Type) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject.
Dispose() Releases all resources used by the Component. Inherited from Component.
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.
ExpandAll() Expands all columns/rows that correspond to the current column field or row field. Inherited from PivotGridFieldBase.
ExpandAllAsync() Expands all columns or rows of the specified Pivot Grid field asynchronously.
ExpandValue(Object) Expands the column/row that contains the specified value. Inherited from PivotGridFieldBase.
ExpandValueAsync(Object) Expands the specified column or row of the Pivot Grid field asynchronously.
GetAvailableValues() Returns a list of field values that are not excluded by filters applied to other fields and can be displayed. Inherited from PivotGridFieldBase.
GetAvailableValuesAsync() Asynchronously returns a list of field values that are not excluded by filters applied to other fields and can be displayed. Inherited from PivotGridFieldBase.
GetCaption() Gets or sets the field’s display caption.
GetDescription() Gets this field’s description, assigned using the [Display(Description = “. . .”)] data attribute.
GetDisplayText(Object) Returns the display representation of the specified value, according to the settings used to format field values. Inherited from PivotGridFieldBase.
GetGrandTotalText() Returns the actual text displayed within the Grand Total‘s header which corresponds to the current field. Inherited from PivotGridFieldBase.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetLifetimeService() Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject.
GetOlapDefaultSortProperty() Returns the name of an OLAP member property used to set the default member sorting. Inherited from PivotGridFieldBase.
GetOLAPMemberProperties() Returns a list of OLAP member properties. Inherited from PivotGridFieldBase.
GetOLAPMembers() Returns an array of the OLAP members for the current field. Inherited from PivotGridFieldBase.
GetOLAPMembersAsync() Inherited from PivotGridFieldBase.
GetService(Type) protected Returns an object that represents a service provided by the Component or by its Container. Inherited from Component.
GetSummaryInterval() Returns information about the distribution of summary values that have been calculated against this field and belong to the lowest detail level. Inherited from PivotGridFieldBase.
GetSummaryInterval(PivotGridFieldBase, PivotGridFieldBase) Returns information about the distribution of summary values that have been calculated against this field and belong to the specified detail level. Inherited from PivotGridFieldBase.
GetTotalOthersText() Returns the text displayed within the total header which corresponds to the “Others” row/column. Inherited from PivotGridFieldBase.
GetTotalValueText(Object) Returns a formatted text representation of the specified value according to the settings used to represent the headers of column or row totals. Inherited from PivotGridFieldBase.
GetType() Gets the Type of the current instance. Inherited from Object.
GetUniqueValues() Returns an array of the unique values which are stored in the underlying data source in the current field. Inherited from PivotGridFieldBase.
GetUniqueValues(CriteriaOperator) Returns an array of the unique values which are stored in the underlying data source in the current field. Inherited from PivotGridFieldBase.
GetUniqueValuesAsync()
GetUniqueValuesAsync(CriteriaOperator)
GetValueText(IOLAPMember) Returns a formatted text representation of the specified OLAP member according to the settings used to format field values. Inherited from PivotGridFieldBase.
GetValueText(Object) Returns a formatted text representation of the specified value according to the settings used to format field values. Inherited from PivotGridFieldBase.
GetVisibleValues() Returns the field values currently shown in the PivotGrid. Inherited from PivotGridFieldBase.
GetVisibleValuesAsync()
InitializeLifetimeService() Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject.
IsAreaAllowed(PivotArea) Returns whether the current field can be positioned within the specified area. Inherited from PivotGridFieldBase.
IsDefaultFormat(FormatInfo) static Returns whether the specified formatting settings match the default ones. Inherited from PivotGridFieldBase.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MemberwiseClone(Boolean) protected Creates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject.
OnEndDeserializing(String) This method supports the control’s internal infrastructure and is not intended to be called directly from your code. Inherited from PivotGridFieldBase.
OnEndSerializing() This method supports the control’s internal infrastructure and is not intended to be called directly from your code. Inherited from PivotGridFieldBase.
OnStartDeserializing(LayoutAllowEventArgs) This method supports the control’s internal infrastructure and is not intended to be called directly from your code. Inherited from PivotGridFieldBase.
OnStartSerializing() This method supports the control’s internal infrastructure and is not intended to be called directly from your code. Inherited from PivotGridFieldBase.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetAreaPosition(PivotArea, Int32) Positions the field in the specified area and at the specified location. Inherited from PivotGridFieldBase.
SetDefaultEditParameters(RepositoryItem) Sets specific settings of the specified repository item (in-place editor) to default. This member supports the internal infrastructure and is not intended to be used directly from your code..
SetOLAPFilterByUniqueName(DefaultBoolean) Inherited from PivotGridFieldBase.
SetOLAPFilterByUniqueNameAsync(DefaultBoolean)
SetSortBySummary(PivotGridFieldBase, List<PivotGridFieldSortCondition>, Nullable<PivotSummaryType>, Boolean) Sorts field values by another column’s/row’s values. Inherited from PivotGridFieldBase.
ShowExcelFilterPopup() Invokes the Excel-style filter popup for the current field.
ShowFilterPopup() Invokes the Classic filter popup for the current field.
ToString() Returns the text representation of the PivotGridField object.
See Also