Click or drag to resize
GridBinaryImageColumn Properties

The GridBinaryImageColumn 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 DataField

Gets or sets the field name from the specified data source to bind to the GridBinaryImageColumn.

Public property DefaultImageUrl
Gets or sets a url, specifying the location of a default image which to be loaded if there is no data for the binary image
Public property ImageAlign
Public property ImageHeight
Gets or sets the height of the image
Public property ImageWidth
Gets or sets the width of the image
Public property IsEditable (Overrides GridColumnIsEditable.)
Public property ResizeMode
Public property SavedImageName
Get or set the name of the file which will appear inside of the SaveAs browser dialog
Top
See Also