PivotGridDataSourceFieldBuilder<T> Methods
Provides access to the client-side fields option that represents a collection of PivotGrid data source fields.| Name | Description |
|---|---|
| AllowCrossGroupCalculation(JS) | Mirrors the client-side allowCrossGroupCalculation option. |
| AllowCrossGroupCalculation(Boolean) | Mirrors the client-side allowCrossGroupCalculation option. |
| AllowExpandAll(JS) | Mirrors the client-side allowExpandAll option. |
| AllowExpandAll(Boolean) | Mirrors the client-side allowExpandAll option. |
| AllowFiltering(JS) | Mirrors the client-side allowFiltering option. |
| AllowFiltering(Boolean) | Mirrors the client-side allowFiltering option. |
| AllowSorting(JS) | Mirrors the client-side allowSorting option. |
| AllowSorting(Boolean) | Mirrors the client-side allowSorting option. |
| AllowSortingBySummary(JS) | Mirrors the client-side allowSortingBySummary option. |
| AllowSortingBySummary(Boolean) | Mirrors the client-side allowSortingBySummary option. |
| Area(PivotGridArea) | Mirrors the client-side area option. |
| AreaIndex(JS) | Mirrors the client-side areaIndex option. |
| AreaIndex(Int32) | Mirrors the client-side areaIndex option. |
| CalculateCustomSummary(RazorBlock) | Mirrors the client-side calculateCustomSummary option. |
| CalculateCustomSummary(String) | Mirrors the client-side calculateCustomSummary option. |
| CalculateSummaryValue(RazorBlock) | Mirrors the client-side calculateSummaryValue option. |
| CalculateSummaryValue(String) | Mirrors the client-side calculateSummaryValue option. |
| Caption(JS) | Mirrors the client-side caption option. |
| Caption(String) | Mirrors the client-side caption option. |
| CustomizeText(RazorBlock) | Mirrors the client-side customizeText option. |
| CustomizeText(String) | Mirrors the client-side customizeText option. |
| DataField(JS) | Mirrors the client-side dataField option. |
| DataField(String) | Mirrors the client-side dataField option. |
| DataType(PivotGridDataType) | Mirrors the client-side dataType option. |
| DisplayFolder(JS) | Mirrors the client-side displayFolder option. |
| DisplayFolder(String) | Mirrors the client-side displayFolder option. |
| 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. |
| Expanded(JS) | Mirrors the client-side expanded option. |
| Expanded(Boolean) | Mirrors the client-side expanded option. |
| FilterType(FilterType) | Mirrors the client-side filterType option. |
| FilterValues(JS) | Mirrors the client-side filterValues option. |
| FilterValues(IEnumerable) | Mirrors the client-side filterValues option. |
| Format(Format) | Mirrors the client-side format option. |
| Format(JS) | Mirrors the client-side format option. |
| Format(Action<FormatBuilder>) | Mirrors the client-side format object. |
| Format(String) | Mirrors the client-side format option. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| GroupIndex(JS) | Mirrors the client-side groupIndex option. |
| GroupIndex(Int32) | Mirrors the client-side groupIndex option. |
| GroupInterval(JS) | Mirrors the client-side groupInterval option. |
| GroupInterval(PivotGridGroupInterval) | Mirrors the client-side groupInterval option. |
| GroupInterval(Double) | Mirrors the client-side groupInterval option. |
| GroupName(JS) | Mirrors the client-side groupName option. |
| GroupName(String) | Mirrors the client-side groupName option. |
| HeaderFilter(Action<PivotGridDataSourceFieldsHeaderFilterBuilder>) | Mirrors the client-side headerFilter object. |
| IsMeasure(JS) | Mirrors the client-side isMeasure option. |
| IsMeasure(Boolean) | Mirrors the client-side isMeasure option. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| Name(JS) | Mirrors the client-side name option. |
| Name(String) | Mirrors the client-side name option. |
| Option(String, Object) | Specifies an option by its name. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| RunningTotal(PivotGridRunningTotalMode) | Mirrors the client-side runningTotal option. |
| Selector(RazorBlock) | Mirrors the client-side selector option. |
| Selector(String) | Mirrors the client-side selector option. |
| ShowGrandTotals(JS) | Mirrors the client-side showGrandTotals option. |
| ShowGrandTotals(Boolean) | Mirrors the client-side showGrandTotals option. |
| ShowTotals(JS) | Mirrors the client-side showTotals option. |
| ShowTotals(Boolean) | Mirrors the client-side showTotals option. |
| ShowValues(JS) | Mirrors the client-side showValues option. |
| ShowValues(Boolean) | Mirrors the client-side showValues option. |
| SortBy(PivotGridSortBy) | Mirrors the client-side sortBy option. |
| SortBySummaryField(JS) | Mirrors the client-side sortBySummaryField option. |
| SortBySummaryField(String) | Mirrors the client-side sortBySummaryField option. |
| SortBySummaryPath(JS) | Mirrors the client-side sortBySummaryPath option. |
| SortBySummaryPath(IEnumerable<Double>) | Mirrors the client-side sortBySummaryPath option. |
| SortBySummaryPath(IEnumerable<String>) | Mirrors the client-side sortBySummaryPath option. |
| SortingMethod(RazorBlock) | Mirrors the client-side sortingMethod option. |
| SortingMethod(String) | Mirrors the client-side sortingMethod option. |
| SortOrder(SortOrder) | Mirrors the client-side sortOrder option. |
| SummaryDisplayMode(PivotGridSummaryDisplayMode) | Mirrors the client-side summaryDisplayMode option. |
| SummaryType(JS) | Mirrors the client-side summaryType option. |
| SummaryType(SummaryType) | Mirrors the client-side summaryType option. |
| SummaryType(String) | Mirrors the client-side summaryType option. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| Visible(JS) | Mirrors the client-side visible option. |
| Visible(Boolean) | Mirrors the client-side visible option. |
| Width(JS) | Mirrors the client-side width option. |
| Width(Double) | Mirrors the client-side width option. |
| WordWrapEnabled(JS) | Mirrors the client-side wordWrapEnabled option. |
| WordWrapEnabled(Boolean) | Mirrors the client-side wordWrapEnabled option. |
See Also