AutoGeneratedField Members
.NET Framework 2.0
Represents an automatically generated field in a data-bound control. This class cannot be inherited.
The following tables list the members exposed by the AutoGeneratedField type.
| Name | Description | |
|---|---|---|
| AutoGeneratedField | Initializes a new instance of the AutoGeneratedField class with the specified data field. |
| 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.) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| ExtractValuesFromCell | Overridden. Fills the specified IOrderedDictionary object with the values from the specified DataControlFieldCell object. |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| Initialize | Initializes the BoundField object. (Inherited from BoundField.) |
| InitializeCell | Initializes the specified TableCell object to the specified row state. (Inherited from BoundField.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Returns a string that represents this DataControlField object. (Inherited from DataControlField.) |
| ValidateSupportsCallback | Overridden. Determines whether the controls contained in an AutoGeneratedField object support callbacks. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Community Additions
ADD
Show: