Click or drag to resize
GridBinaryImageColumn Class
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsGridColumn
    Kettic.AspNet.ControlsGridEditableColumn
      Kettic.AspNet.ControlsGridBinaryImageColumn

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class GridBinaryImageColumn : GridEditableColumn

The GridBinaryImageColumn type exposes the following members.

Constructors
  NameDescription
Public methodGridBinaryImageColumn
Top
Methods
Properties
  NameDescription
Public propertyAllowFiltering
Gets or sets whether the column data can be filtered. The default value is true.
Public propertyAllowSorting
Gets or sets a whether the column data can be sorted.
Public propertyAlternateText
Gets or sets a string, specifying the text which will be shown as alternate text to the image
Public propertyDataAlternateTextField
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 propertyDataAlternateTextFormatString
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 propertyDataField

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

Public propertyDefaultImageUrl
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 propertyImageAlign
Public propertyImageHeight
Gets or sets the height of the image
Public propertyImageWidth
Gets or sets the width of the image
Public propertyIsEditable (Overrides GridColumnIsEditable.)
Public propertyResizeMode
Public propertySavedImageName
Get or set the name of the file which will appear inside of the SaveAs browser dialog
Top
See Also