Skip to main content

PivotGridTextsBuilder Members

Provides methods that allow you to configure nested options of the client-side texts object.

Constructors

Name Description
PivotGridTextsBuilder(OptionsOwnerContext) For internal use only. Initializes a new PivotGridTextsBuilder class instance.

Methods

Name Description
CollapseAll(JS) The string to display as a Collapse All context menu item. Mirrors the client-side collapseAll option.
CollapseAll(String) The string to display as a Collapse All context menu item. Mirrors the client-side collapseAll option.
DataNotAvailable(JS) Specifies text displayed in a cell when its data is unavailable for some reason. Mirrors the client-side dataNotAvailable option.
DataNotAvailable(String) Specifies text displayed in a cell when its data is unavailable for some reason. Mirrors the client-side dataNotAvailable 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.
ExpandAll(JS) The string to display as an Expand All context menu item. Mirrors the client-side expandAll option.
ExpandAll(String) The string to display as an Expand All context menu item. Mirrors the client-side expandAll option.
ExportToExcel(JS) The string to display as an Export to Excel file context menu item. Mirrors the client-side exportToExcel option.
ExportToExcel(String) The string to display as an Export to Excel file context menu item. Mirrors the client-side exportToExcel option.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
GrandTotal(JS) The string to display as a header of the Grand Total row and column. Mirrors the client-side grandTotal option.
GrandTotal(String) The string to display as a header of the Grand Total row and column. Mirrors the client-side grandTotal option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
NoData(JS) Specifies the text displayed when a pivot grid does not contain any fields. Mirrors the client-side noData option.
NoData(String) Specifies the text displayed when a pivot grid does not contain any fields. Mirrors the client-side noData 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.
RemoveAllSorting(JS) The string to display as a Remove All Sorting context menu item. Mirrors the client-side removeAllSorting option.
RemoveAllSorting(String) The string to display as a Remove All Sorting context menu item. Mirrors the client-side removeAllSorting option.
ShowFieldChooser(JS) The string to display as a Show Field Chooser context menu item. Mirrors the client-side showFieldChooser option.
ShowFieldChooser(String) The string to display as a Show Field Chooser context menu item. Mirrors the client-side showFieldChooser option.
SortColumnBySummary(JS) The string to display as a Sort Column by Summary Value context menu item. Mirrors the client-side sortColumnBySummary option.
SortColumnBySummary(String) The string to display as a Sort Column by Summary Value context menu item. Mirrors the client-side sortColumnBySummary option.
SortRowBySummary(JS) The string to display as a Sort Row by Summary Value context menu item. Mirrors the client-side sortRowBySummary option.
SortRowBySummary(String) The string to display as a Sort Row by Summary Value context menu item. Mirrors the client-side sortRowBySummary option.
ToString() Returns a string that represents the current object. Inherited from Object.
Total(JS) The string to display as a header of the Total row and column. Mirrors the client-side total option.
Total(String) The string to display as a header of the Total row and column. Mirrors the client-side total option.
See Also