DataGridExportBuilder Methods
Provides methods that allow you to configure nested options of the client-side export object.| Name | Description |
|---|---|
| AllowExportSelectedData(JS) | Allows users to export selected rows only. Mirrors the client-side allowExportSelectedData option. |
| AllowExportSelectedData(Boolean) | Allows users to export selected rows only. Mirrors the client-side allowExportSelectedData option. |
| Enabled(JS) | Adds the Export button to the DataGrid's toolbar. Mirrors the client-side enabled option. |
| Enabled(Boolean) | Adds the Export button to the DataGrid's toolbar. 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. |
| Formats(JS) | Specifies the availability and captions of data export buttons. Mirrors the client-side formats option. |
| Formats(IEnumerable<DataGridExportFormat>) | Specifies the availability and captions of data export buttons. Mirrors the client-side formats option. |
| Formats(IEnumerable<String>) | Specifies the availability and captions of data export buttons. Mirrors the client-side formats option. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| 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. |
| Texts(Action<DataGridExportTextsBuilder>) | Configures the texts of export commands, buttons, and hints. Mirrors the client-side texts object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also