AutoGeneratedField Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| AccessibleHeaderText | Gets or sets text that is rendered as the AbbreviatedText property value in some controls. (inherited from DataControlField) |
| ApplyFormatInEditMode | Gets or sets a value indicating whether the formatting string specified by the DataFormatString property is applied to field values when the data-bound control that contains the BoundField object is in edit mode. (inherited from BoundField) |
| ControlStyle | Gets or sets the style of any Web server controls contained by the DataControlField object. (inherited from DataControlField) |
| ConvertEmptyStringToNull | Overridden. Gets or sets a value indicating whether empty string ("") values are converted to a null reference (Nothing in Visual Basic) when the field values are retrieved from the data source. |
| DataField | Gets or sets the name of the data field to bind to the BoundField object. (inherited from BoundField) |
| DataFormatString | Overridden. Gets or sets the string that specifies the format in which the alternate text for each image in an AutoGeneratedField object is rendered. |
| DataType | Gets or sets the data type of the values displayed in an AutoGeneratedField object. |
| FooterStyle | Gets or sets the style of the footer of the data control field. (inherited from DataControlField) |
| FooterText | Gets or sets the text that is displayed in the footer item of a data control field. (inherited from DataControlField) |
| HeaderImageUrl | Gets or sets the URL of an image that is displayed in the header item of a data control field. (inherited from DataControlField) |
| HeaderStyle | Gets or sets the style of the header of the data control field. (inherited from DataControlField) |
| HeaderText | Gets or sets the text that is displayed in the header of a data control. (inherited from BoundField) |
| HtmlEncode | Gets or sets a value indicating whether field values are HTML-encoded before they are displayed in a BoundField object. (inherited from BoundField) |
| InsertVisible | Overridden. Gets or sets a value indicating whether the AutoGeneratedField object is visible in insert mode. |
| ItemStyle | Gets the style of any text-based content displayed by a data control field. (inherited from DataControlField) |
| NullDisplayText | Gets or sets the caption displayed for a field when the field's value is null. (inherited from BoundField) |
| ReadOnly | Gets or sets a value indicating whether the value of the field can be modified in edit mode. (inherited from BoundField) |
| ShowHeader | Gets or sets a value indicating whether the header item of a data control field is rendered. (inherited from DataControlField) |
| SortExpression | Gets or sets a sort expression that is used by a data source control to sort data. (inherited from DataControlField) |
| Visible | Gets or sets a value indicating whether a data control field is rendered. (inherited from DataControlField) |
Community Additions
ADD
Show: