Back to Devexpress

BinaryImageEditProperties Properties

aspnet-devexpress-dot-web-dot-binaryimageeditproperties-dot-underscore-properties.md

latest9.6 KB
Original Source

BinaryImageEditProperties Properties

Contains settings specific to a binary image editor.

NameDescription
AlternateTextGets or sets the alternate text displayed instead of the image when the image is unavailable.
AlternateTextFieldGets or sets the data source field that provides alternate texts to the image editor.
AlternateTextFormatStringGets or sets the pattern used to format the image’s alternate text.
BinaryStorageModeGets or sets a value that specifies the storage of binary data.
ButtonPanelStyleGets style settings that define the appearance of a button panel.
ButtonStyleGets style settings that define the appearance of button panel buttons.
ClientInstanceNameSpecifies the editor’s client programmatic identifier. Inherited from EditPropertiesBase.
ClientSideEventsGets an object that lists the client-side events specific to the ASPxBinaryImage.
ConvertEmptyStringToNullGets or 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. Inherited from EditProperties.
CssFilePathGets or sets the path to a CSS file that defines the editor’s appearance. Inherited from EditPropertiesBase.
CssPostfixGets or sets a CSS class name postfix that identifies style settings to be applied to the editor. Inherited from EditPropertiesBase.
DeleteButtonImageGets the settings of an image displayed in the editor delete button.
DescriptionUrlGets or sets the location of the image’s detailed description.
DescriptionUrlFieldGets or sets the data source field which contains locations of image detailed descriptions.
DescriptionUrlFormatStringGets or sets the pattern used to format the location of the image’s detailed description.
DisplayFormatStringGets or sets the pattern used to format the editor’s value for display purposes. Inherited from EditPropertiesBase.
DropZoneStyleGets the style settings defining the appearance of a drop zone in a binary image.
EditingSettingsProvides access to the binary image editing settings.
EmptyImageGets the settings of an image which is displayed by the editor if the editor’s value is null.
EmptyValueTextStyleGets the settings defining the appearance of the text displayed in the editor when there is no image.
EnableClientSideAPIGets or sets a value that specifies whether the editor can be manipulated on the client side via code. Inherited from EditPropertiesBase.
EnableDefaultAppearanceObsolete. Specifies whether to enable the control’s default appearance. Inherited from EditPropertiesBase.
EnableServerResizeSpecifies whether an image is resized by the control on the server side, or it is sent to the server side in original size and resized by a browser.
EncodeHtmlGets or sets whether to encode cell values in a column/row.. Inherited from EditPropertiesBase.
ExportImageSettingsProvides access to settings that are applied to an exported binary image.
ImageAlignGets or sets the alignment of the image control in relation to the other items on the web page.
ImageHeightGets or sets the height of the image displayed within the editor.
ImageSizeModeGets or sets the value specifying how an image fits into the control sizes.
ImageUrlFormatStringGets or sets the pattern used to format the URL that points to the image displayed in the editor.
ImageWidthGets or sets the width of the image displayed within the editor.
InvalidStyleGets the style settings which define an editor’s appearance in the invalid state. Inherited from EditProperties.
IsPngObsolete. For internal use only.
LoadingImageUrlSpecifies a custom loading image.
NullDisplayTextGets or sets the text displayed within the editor’s edit region when the editor’s value is null. Inherited from EditPropertiesBase.
OpenDialogButtonImageGets the settings of an image displayed in the editor open dialog button.
ParentImagesThis property is not in effect for the EditPropertiesBase class. Inherited from EditPropertiesBase.
ParentSkinOwnerFor internal use only. Inherited from EditPropertiesBase.
ParentStylesThis property is not in effect for the EditPropertiesBase class. Inherited from EditPropertiesBase.
ProgressBarIndicatorStyleGets the style settings that define the appearance of the progress bar indicator element.
ProgressBarStyleGets the style settings that define the appearance of the progress bar element.
ShowLoadingImageSpecifies whether the loading image is displayed while the main image is being loaded.
StoreContentBytesInViewStateGets or sets a value that specifies whether the editor’s content (represented by an array of bytes) should be stored within its view state between postbacks,
StyleGets the style settings defining the editor appearance. Inherited from EditPropertiesBase.
ToolTipGets or sets the binary image tooltip text.
ToolTipFieldGets or sets the name of a data field that provides the tooltip text for images.
ToolTipFormatStringGets or sets the pattern used to format the image’s tooltip text.
ValidationSettingsGets the editor’s validation settings.

See Also

BinaryImageEditProperties Class

BinaryImageEditProperties Members

DevExpress.Web Namespace