DataGridStateStoringBuilder Methods
Provides methods that allow you to configure nested options of the client-side stateStoring object.
Name | Description |
---|---|
Custom |
Specifies a function that is executed on state loading. Applies only if the type is 'custom'. Mirrors the client-side custom |
Custom |
Specifies a function that is executed on state loading. Applies only if the type is 'custom'. Mirrors the client-side custom |
Custom |
Specifies a function that is executed on state change. Applies only if the type is 'custom'. Mirrors the client-side custom |
Custom |
Specifies a function that is executed on state change. Applies only if the type is 'custom'. Mirrors the client-side custom |
Enabled |
Enables state storing. Mirrors the client-side enabled option. |
Enabled |
Enables state storing. Mirrors the client-side enabled option. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Option |
Specifies an option by its name. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Saving |
Specifies the delay in milliseconds between when a user makes a change and when this change is saved. Mirrors the client-side saving |
Saving |
Specifies the delay in milliseconds between when a user makes a change and when this change is saved. Mirrors the client-side saving |
Storage |
Specifies the key for storing the UI component state. Mirrors the client-side storage |
Storage |
Specifies the key for storing the UI component state. Mirrors the client-side storage |
To |
Returns a string that represents the current object. Inherited from Object. |
Type |
Specifies the type of storage where the state is saved. Mirrors the client-side type option. |
See Also