BootstrapUIWidgetExportSettingsBuilder Members
Contains settings related to a client widget’s exporting functionality.Methods
Name | Description |
---|---|
Enabled(Boolean) | Specifies whether or not exporting is enabled. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
Equals(Object, Object) | Determines whether the specified object instances are considered equal. Inherited from Object. |
ExportButtonText(String) | Specifies the text displayed by the Export button. |
FileName(String) | Specifies a default name for the file to which the widget will be exported. |
Formats(String[]) | Specifies a set of formats available for export. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
Margin(Nullable<Double>) | |
MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
PrintingEnabled(Boolean) | Specifies whether or not the printing feature is enabled for the widget. |
ProxyUrl(String) | Specifies the URL of the server-side proxy that streams the resulting file to the end user to enable exporting in IE9 and Safari browsers. |
ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also