Click or drag to resize
GridImageColumn Class
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsGridColumn
    Kettic.AspNet.ControlsGridImageColumn

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 GridImageColumn : GridColumn

The GridImageColumn type exposes the following members.

Constructors
  NameDescription
Public methodGridImageColumn
Top
Methods
  NameDescription
Public methodClone (Overrides GridColumnClone.)
Public methodGetCustomPropertyDataFields (Overrides GridColumnGetCustomPropertyDataFields(Object).)
Public methodGetDefaultGroupByExpression (Overrides GridColumnGetDefaultGroupByExpression.)
Public methodInitialize (Overrides GridColumnInitialize.)
Public methodInitializeCell (Overrides GridColumnInitializeCell(TableCell, Int32, GridItem).)
Public methodIsBoundToFieldName(String) (Overrides GridColumnIsBoundToFieldName(String).)
Public methodIsBoundToFieldName(String, String)
Public methodPrepareCell (Overrides GridColumnPrepareCell(TableCell, GridItem).)
Public methodSupportsFiltering (Overrides GridColumnSupportsFiltering.)
Top
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 propertyDataImageUrlFields
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 propertyDataImageUrlFormatString
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 propertyImageAlign
Public propertyImageHeight
Gets or sets the height of the image
Public propertyImageUrl
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 propertyImageWidth
Gets or sets the width of the image
Top
See Also