The members of System.Web.UI.WebControls.ImageField are listed below.
See Also: Inherited members from System.Web.UI.WebControls.DataControlField
Initializes a new instance of the System.Web.UI.WebControls.ImageField class. |
static readonly | ThisExpression | string.
Represents the "this" expression. |
AlternateText | string.
Gets or sets the alternate text displayed for an image in the System.Web.UI.WebControls.ImageField object. | |
ConvertEmptyStringToNull | bool.
Gets or sets a value indicating whether empty string ("") values are converted to null when the field values are returned from the data source. | |
DataAlternateTextField | string.
Gets or sets the name of the field from the data source that contains the values to bind to the Image.AlternateText property of each image in an System.Web.UI.WebControls.ImageField object. | |
DataAlternateTextFormatString | string.
Gets or sets the string that specifies the format in which the alternate text for each image in an System.Web.UI.WebControls.ImageField object is rendered. | |
DataImageUrlField | string.
Gets or sets the name of the field from the data source that contains the values to bind to the System.Web.UI.MobileControls.Image.ImageUrl property of each image in an System.Web.UI.WebControls.ImageField object. | |
DataImageUrlFormatString | string.
Gets or sets the string that specifies the format in which the URL for each image in an System.Web.UI.WebControls.ImageField object is rendered. | |
NullDisplayText | string.
Gets or sets the text to display in an System.Web.UI.WebControls.ImageField object when the value of the field specified by the ImageField.DataImageUrlField property is null. | |
NullImageUrl | string.
Gets or sets the URL to an alternate image displayed in an System.Web.UI.WebControls.ImageField object when the value of the field specified by the ImageField.DataImageUrlField property is null. | |
ReadOnly | bool.
Gets or sets a value indicating whether the values of the field specified by the ImageField.DataImageUrlField property can be modified in edit mode. |
override | ExtractValuesFromCell(System.Collections.Specialized.IOrderedDictionary, DataControlFieldCell, DataControlRowState, bool)
| |
override | Initialize(bool, System.Web.UI.Control)
| |
override | InitializeCell(DataControlFieldCell, DataControlCellType, DataControlRowState, int)
| |
override | ValidateSupportsCallback()
|