DataControlField Properties
.NET Framework 2.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| AccessibleHeaderText | Gets or sets text that is rendered as the AbbreviatedText property value in some controls. |
| ControlStyle | Gets or sets the style of any Web server controls contained by the DataControlField object. |
| FooterStyle | Gets or sets the style of the footer of the data control field. |
| FooterText | Gets or sets the text that is displayed in the footer item of a data control field. |
| HeaderImageUrl | Gets or sets the URL of an image that is displayed in the header item of a data control field. |
| HeaderStyle | Gets or sets the style of the header of the data control field. |
| HeaderText | Gets or sets the text that is displayed in the header item of a data control field. |
| InsertVisible | Gets a value indicating whether the DataControlField object is visible when its parent data-bound control is in insert mode. |
| ItemStyle | Gets the style of any text-based content displayed by a data control field. |
| ShowHeader | Gets or sets a value indicating whether the header item of a data control field is rendered. |
| SortExpression | Gets or sets a sort expression that is used by a data source control to sort data. |
| Visible | Gets or sets a value indicating whether a data control field is rendered. |
| Name | Description | |
|---|---|---|
| Control | Gets a reference to the data control that the DataControlField object is associated with. |
| DesignMode | Gets a value indicating whether a data control field is currently viewed in a design-time environment. |
| IsTrackingViewState | Gets a value indicating whether the DataControlField object is saving changes to its view state. |
| ViewState | Gets a dictionary of state information that allows you to save and restore the view state of a DataControlField object across multiple requests for the same page. |
| Name | Description | |
|---|---|---|
| System.Web.UI.IDataSourceViewSchemaAccessor.DataSourceViewSchema | Gets or sets the schema associated with this DataControlField object. |
| System.Web.UI.IStateManager.IsTrackingViewState | Gets a value indicating whether the DataControlField object is saving changes to its view state. |
Community Additions
ADD
Show: