Skip to main content

PivotGridFieldChooserBuilder Methods

Provides methods that allow you to configure nested options of the client-side fieldChooser object.
Name Description
AllowSearch(JS) Specifies whether the field chooser allows search operations in the 'All Fields' section. Mirrors the client-side allowSearch option.
AllowSearch(Boolean) Specifies whether the field chooser allows search operations in the 'All Fields' section. Mirrors the client-side allowSearch option.
ApplyChangesMode(ApplyChangesMode) Specifies when to apply changes made in the field chooser to the PivotGrid. Mirrors the client-side applyChangesMode option.
Enabled(JS) Enables or disables the field chooser. Mirrors the client-side enabled option.
Enabled(Boolean) Enables or disables the field chooser. Mirrors the client-side enabled 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.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Height(JS) Specifies the field chooser height. Mirrors the client-side height option.
Height(Double) Specifies the field chooser height. Mirrors the client-side height option.
Layout(PivotGridFieldChooserLayout) Specifies the field chooser layout. Mirrors the client-side layout option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
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.
SearchTimeout(JS) Specifies a delay in milliseconds between when a user finishes typing in the field chooser's search panel, and when the search is executed. Mirrors the client-side searchTimeout option.
SearchTimeout(Double) Specifies a delay in milliseconds between when a user finishes typing in the field chooser's search panel, and when the search is executed. Mirrors the client-side searchTimeout option.
Texts(Action<PivotGridFieldChooserTextsBuilder>) Strings that can be changed or localized in the pivot grid's integrated Field Chooser. Mirrors the client-side texts object.
Title(JS) Specifies the text to display as a title of the field chooser popup window. Mirrors the client-side title option.
Title(String) Specifies the text to display as a title of the field chooser popup window. Mirrors the client-side title option.
ToString() Returns a string that represents the current object. Inherited from Object.
Width(JS) Specifies the field chooser width. Mirrors the client-side width option.
Width(Double) Specifies the field chooser width. Mirrors the client-side width option.
See Also