BootstrapBinaryImageEditPropertiesBuilder Methods
Contains settings specific to a binary image editor.| Name | Description |
|---|---|
| AlternateText(String) | Sets the alternate text displayed instead of the image when the image is unavailable. |
| AlternateTextField(String) | Sets the data source field that provides alternate texts to the image editor. |
| AlternateTextFormatString(String) | Sets the pattern used to format the image’s alternate text. |
| ClientSideEvents(Action<BinaryImageClientSideEventsBuilder>) | Object that lists the client-side events specific to the BinaryImage. |
| ConvertEmptyStringToNull(Boolean) | Sets a value that specifies whether empty string values are converted to a null reference when an inplace editor’s value is retrieved from a data source field. |
| DescriptionUrl(String) | Sets the location of the image’s detailed description. |
| DescriptionUrlField(String) | Sets the data source field which contains locations of image detailed descriptions. |
| DescriptionUrlFormatString(String) | Sets the pattern used to format the location of the image’s detailed description. |
| DisplayFormatString(String) | Sets the pattern used to format the editor’s value for display purposes. |
| EnableClientSideAPI(Boolean) | Sets a value that specifies whether the editor can be manipulated on the client side via code. |
| EncodeHtml(Boolean) | Sets a value that specifies whether the editor’s value and element content is rendered as pure HTML, or HTML markers are stripped out. |
| 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. |
| ExportImageSettings(Action<ExportBinaryImageSettingsBuilder>) | Provides access to settings that are applied to an exported binary image. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| ImageAlign(ImageAlign) | Sets the alignment of the image control in relation to the other items on the web page. |
| ImageHeight(Int32) | Sets the height of the image displayed within the editor. |
| ImageHeight(String) | Sets the height of the image displayed within the editor. |
| ImageSizeMode(ImageSizeMode) | Sets the value specifying how an image fits into the control sizes. |
| ImageUrlFormatString(String) | Sets the pattern used to format the URL that points to the image displayed in the editor. |
| ImageWidth(Int32) | Sets the width of the image displayed within the editor. |
| ImageWidth(String) | Sets the width of the image displayed within the editor. |
| LoadingImageUrl(String) | Specifies a custom loading image. |
| MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
| NullDisplayText(String) | Sets the text displayed within the editor’s edit region when the editor’s value is null. |
| ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ShowLoadingImage(Boolean) | Specifies whether the loading image is displayed while the main image is being loaded. |
| ToolTip(String) | Sets the binary image tooltip text. |
| ToolTipField(String) | Sets the name of a data field that provides the tooltip text for images. |
| ToolTipFormatString(String) | Sets the pattern used to format the image’s tooltip text. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also