System.Web.UI.WebControls Namespace DataControlField Class
.NET Framework version 2.0
Sets or retrieves the style properties for the footer section of a DataControlField.
Script |
DataControlField.FooterStyle.Property [ = enumValue ] |
A TableItemStyle object that defines the style properties for the footer section of a DataControlField.
Use the FooterStyle property to provide a custom style for the footer row in types that derive from the DataControlField class. Common style attributes that can be set include forecolor, backcolor, font, and content alignment within the cell. Providing different item styles enhances the appearance of the DataControlField control.
NOTE: Some data-bound controls do not render a footer item for a data control field. For example, the DetailsView control displays its data control fields as rows, thus a footer item is not rendered for these data control fields. The FooterStyle property is ignored in these controls.
The FooterStyle subproperties can be set declaratively using either of the following methods:
The subproperties can also be set programmatically in the form FooterStyle.Property.
For a list of style properties that can be set, see the TableItemStyle class.
DataControlField Members ControlStyle HeaderStyle ItemStyle