GridBinaryImageColumn Class |
Namespace: Kettic.AspNet.Controls
The GridBinaryImageColumn type exposes the following members.
Name | Description | |
---|---|---|
![]() | GridBinaryImageColumn |
Name | Description | |
---|---|---|
![]() | Clone | (Overrides GridColumnClone.) |
![]() | FillValues | (Overrides GridEditableColumnFillValues(IDictionary, GridEditableItem).) |
![]() | InitializeCell | (Overrides GridColumnInitializeCell(TableCell, Int32, GridItem).) |
![]() | IsBoundToFieldName | (Overrides GridColumnIsBoundToFieldName(String).) |
![]() | SupportsFiltering | (Overrides GridColumnSupportsFiltering.) |
Name | Description | |
---|---|---|
![]() | AllowFiltering |
Gets or sets whether the column data can be filtered. The default value is
true.
|
![]() | AllowSorting | Gets or sets a whether the column data can be sorted. |
![]() | AlternateText |
Gets or sets a string, specifying the text which will be shown as alternate
text to the image
|
![]() | 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.
|
![]() | 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.
|
![]() | DataField | Gets or sets the field name from the specified data source to bind to the GridBinaryImageColumn. |
![]() | 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
|
![]() | ImageAlign | |
![]() | ImageHeight |
Gets or sets the height of the image
|
![]() | ImageWidth |
Gets or sets the width of the image
|
![]() | IsEditable | (Overrides GridColumnIsEditable.) |
![]() | ResizeMode | |
![]() | SavedImageName |
Get or set the name of the file which will appear inside of the SaveAs
browser dialog
|