PivotGridField Methods
Represents a field within the ASPxPivotGrid control.Name | Description |
---|---|
Assign(PivotGridFieldBase) | Copies the public properties from the specified object to the current one. |
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. |
CollapseValue(Object) | Collapses the column/row that contains the specified value. Inherited from PivotGridFieldBase. |
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. |
ExpandValue(Object) | Expands the column/row that contains the specified value. Inherited from PivotGridFieldBase. |
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. |
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. |
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. |
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. |
SetOLAPFilterByUniqueName(DefaultBoolean) | Inherited from PivotGridFieldBase. |
SetSortBySummary(PivotGridFieldBase, List<PivotGridFieldSortCondition>, Nullable<PivotSummaryType>, Boolean) | Sorts field values by another column’s/row’s values. Inherited from PivotGridFieldBase. |
ToString() | Returns the field’s display text. Inherited from PivotGridFieldBase. |
See Also