Name | Description | |
---|---|---|
C1ImageField Constructor |
The following tables list the members exposed by C1ImageField.
Name | Description | |
---|---|---|
C1ImageField Constructor |
Name | Description | |
---|---|---|
AccessibleHeaderText | Gets or sets text that is rendered as the abbr attribute of the column's header cell. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField) | |
Aggregate | Causes the grid to calculate aggregate values on the column and place them in the group header and footer rows. If the grid does not contain any groups, setting the Aggregate property has no effect. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1Field) | |
AllowMoving | A value indicating whether the column can be moved. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField) | |
AllowSizing | A value indicating whether the column can be sized. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField) | |
AlternateText | Gets or sets the alternate text displayed for an image in the C1ImageField object. | |
ConvertEmptyStringToNull | Gets or sets a value indicating whether empty string ("") values are converted to null when the field values are returned from the data source. | |
DataAlternateTextField | Gets or sets the name of the column from the data source that contains the values to bind to the AlternateText property of each image in an C1ImageField object. | |
DataAlternateTextFormatString | Gets or sets the string that specifies the format in which the alternate text for each image in an C1ImageField object is rendered. | |
DataImageUrlField | Gets or sets the name of the column from the data source that contains the values to bind to the System.Web.UI.WebControls.Image.ImageUrl property of each image in an C1ImageField object. | |
DataImageUrlFormatString | Gets or sets the string that specifies the format in which the URL for each image in an C1ImageField object is rendered. | |
FooterText | Gets or sets the footer text. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField) | |
HeaderImageUrl | Gets or sets the location of the header image. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField) | |
HeaderText | Gets or sets the header text. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField) | |
NullDisplayText | Gets or sets the text to display in an C1ImageField object when the value of the field specified by the DataImageUrlField property is null. | |
NullImageUrl | Gets or sets the URL to an alternate image displayed in an C1ImageField object when the value of the field specified by the DataImageUrlField property is null. | |
ReadOnly | Gets or sets a value indicating whether the values of the column specified by the DataImageUrlField property can be modified in edit mode. | |
RowMerge | Determines whether rows are merged. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1Field) | |
SortDirection | Gets the direction of the sort. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1Field) | |
SortExpression | Gets or sets the name of the field or expression to pass to the OnSortCommand method when a column is selected for sorting. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1Field) | |
Visible | A value indicating whether column is visible. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField) | |
Width | Determines the width of the column. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField) |
Name | Description | |
---|---|---|
ExtractValuesFromCell | Overridden. Fills the specified System.Collections.Specialized.IOrderedDictionary object with values from the specified C1GridViewCell object. |