Click or drag to resize
GridImageColumn Properties

The GridImageColumn type exposes the following members.

Properties
  Name Description
Public property AllowFiltering
Gets or sets whether the column data can be filtered. The default value is true.
Public property AllowSorting
Gets or sets a whether the column data can be sorted.
Public property AlternateText
Gets or sets a string, specifying the text which will be shown as alternate text to the image
Public property DataAlternateTextField
Gets or sets a string, representing the DataField name from the data source, which will be used to supply the alternateText for the image in the column. This text can further be customized, by using the DataTextFormatString property.
Public property DataAlternateTextFormatString
Gets or sets a string, specifying the format string, which will be used to format the alternate text of the image, rendered in the cells of the column.
Public property DataImageUrlFields
Gets or sets a string, representing a comma-separated enumeration of DataFields from the data source, which will form the url of the image which will be shown.
Public property DataImageUrlFormatString
Gets or sets a string, specifying the FormatString of the DataNavigateURL. Essentially, the DataNavigateUrlFormatString property sets the formatting for the url string of the image.
Public property ImageAlign
Public property ImageHeight
Gets or sets the height of the image
Public property ImageUrl
Gets or sets a string, specifying the url, from which the image should be retrieved. This property will be honored only if the DataImageUrlFields are not set. If either DataImageUrlFields are set, they will override the ImageUrl property.
Public property ImageWidth
Gets or sets the width of the image
Top
See Also