ImageEditProperties Members
Contains settings specific to an image editor.Constructors
Name | Description |
---|---|
ImageEditProperties() | Initializes a new instance of the ImageEditProperties class with default settings. |
ImageEditProperties(IPropertiesOwner) | Initializes a new instance of the ImageEditProperties class with the specified owner. |
Properties
Name | Description |
---|---|
AlternateText | Gets or sets the alternate text displayed instead of the image when the image is unavailable. Inherited from ImageEditPropertiesBase. |
AlternateTextField | Gets or sets the data source field that provides alternate texts to the inplace image editor. Inherited from ImageEditPropertiesBase. |
AlternateTextFormatString | Gets or sets the pattern used to format the image’s alternate text. Inherited from ImageEditPropertiesBase. |
ClientInstanceName | Specifies the editor’s client programmatic identifier. Inherited from EditPropertiesBase. |
ClientSideEvents | Gets an object that lists the client-side events specific to the ASPxStaticEdit. Inherited from StaticEditProperties. |
CssFilePath | Gets or sets the path to a CSS file that defines the editor’s appearance. Inherited from EditPropertiesBase. |
CssPostfix | Gets or sets a CSS class name postfix that identifies style settings to be applied to the editor. Inherited from EditPropertiesBase. |
DescriptionUrl | Gets or sets the location of the image’s detailed description. Inherited from ImageEditPropertiesBase. |
DescriptionUrlField | Gets or sets the data source field which contains locations to image detailed descriptions of the inplace editor. Inherited from ImageEditPropertiesBase. |
DescriptionUrlFormatString | Gets or sets the pattern used to format the location of the image’s detailed description. Inherited from ImageEditPropertiesBase. |
DisplayFormatString | Gets or sets the pattern used to format the editor’s value for display purposes. Inherited from EditPropertiesBase. |
EmptyImage | Gets the settings of an image which is displayed by the editor if the editor’s value is null. Inherited from ImageEditPropertiesBase. |
EnableClientSideAPI | Gets or sets a value that specifies whether the editor can be manipulated on the client side via code. Inherited from EditPropertiesBase. |
EnableDefaultAppearance | Obsolete. Specifies whether to enable the control’s default appearance. Inherited from EditPropertiesBase. |
EncodeHtml | Gets or sets whether to encode cell values in a column/row.. Inherited from EditPropertiesBase. |
ExportImageSettings | Provides access to settings that are applied to an exported binary image. Inherited from ImageEditPropertiesBase. |
ImageAlign | Gets or sets the alignment of the image control in relation to the other items on the web page. Inherited from ImageEditPropertiesBase. |
ImageHeight | Gets or sets the height of the image displayed within the image control. Inherited from ImageEditPropertiesBase. |
ImageUrlFormatString | Gets or sets the pattern used to format the URL that points to the image displayed in the editor. Inherited from ImageEditPropertiesBase. |
ImageWidth | Gets or sets the width of the image displayed within the image control. Inherited from ImageEditPropertiesBase. |
IsPng | Obsolete. Gets or sets a value that specifies whether the image defined by the ImageEditPropertiesBase class is of the PNG type. Inherited from ImageEditPropertiesBase. |
LoadingImageUrl | Specifies a custom loading image. Inherited from ImageEditPropertiesBase. |
NullDisplayText | Gets or sets the text displayed within the editor’s edit region when the editor’s value is null. Inherited from EditPropertiesBase. |
ParentImages | This property is not in effect for the EditPropertiesBase class. Inherited from EditPropertiesBase. |
ParentSkinOwner | For internal use only. Inherited from EditPropertiesBase. |
ParentStyles | This property is not in effect for the EditPropertiesBase class. Inherited from EditPropertiesBase. |
ShowLoadingImage | Specifies whether the loading image is displayed while the main image is being loaded. Inherited from ImageEditPropertiesBase. |
SpriteCssClass | Gets or sets the name of the cascading style sheet (CSS) class that specifies the sprite image. |
SpriteLeft | Gets or sets the image’s horizontal offset within a sprite image, specified via the ASPxImage.SpriteImageUrl property. |
SpriteTop | Gets or sets the image’s vertical offset within a sprite image, specified via the ASPxImage.SpriteImageUrl property. |
Style | Gets the style settings defining the editor appearance. Inherited from EditPropertiesBase. |
ToolTip | Gets or sets the text displayed when the mouse pointer hovers over the image. Inherited from ImageEditPropertiesBase. |
ToolTipField | Gets or sets the name of a data field (or an xml element’s attribute) which provides the tooltip text for images. Inherited from ImageEditPropertiesBase. |
ToolTipFormatString | Gets or sets the pattern used to format the image’s tooltip text. Inherited from ImageEditPropertiesBase. |
Methods
Name | Description |
---|---|
Assign(PropertiesBase) | Copies the settings of the specified object to the current one. Inherited from ImageEditPropertiesBase. |
CreateDisplayControl(CreateDisplayControlArgs, EditorsFactory) | For internal use only. Inherited from EditPropertiesBase. |
CreateEdit(CreateEditControlArgs, EditorsFactory) | For internal use only. Inherited from EditPropertiesBase. |
CreateEdit(CreateEditControlArgs, Boolean, EditorsFactory) | For internal use only. Inherited from EditPropertiesBase. |
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. |
GetDisplayControlDefaultAlign() | For internal use only. Inherited from ImageEditPropertiesBase. |
GetDisplayText(CreateDisplayControlArgs, EditorsFactory) | For internal use only. Inherited from EditPropertiesBase. |
GetDisplayText(CreateDisplayControlArgs, Boolean, EditorsFactory) | For internal use only. Inherited from EditPropertiesBase. |
GetEditorType() | For internal use only. Inherited from EditPropertiesBase. |
GetExportDisplayText(CreateDisplayControlArgs, EditorsFactory) | For internal use only. Inherited from EditPropertiesBase. |
GetExportNavigateUrl(CreateDisplayControlArgs) | For internal use only. Inherited from EditPropertiesBase. |
GetExportValue(CreateDisplayControlArgs) | For internal use only. Inherited from EditPropertiesBase. |
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. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
RequireDataBinding() | For internal use only. Inherited from EditPropertiesBase. |
ToString() | Returns the string that represents the current object. Inherited from EditPropertiesBase. |
See Also