System.Web.UI.WebControls.DataControlField.FooterStyle Property

Gets or sets the style of the footer of the data control field.

Syntax

[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.DefaultValue(null)]
public TableItemStyle FooterStyle { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The DataControlField.FooterStyle property governs the appearance of any text displayed in the footer item of a type derived from System.Web.UI.WebControls.DataControlField.

Note:

Some data-bound controls do not render a footer item for a data control field. For example, the System.Web.UI.WebControls.DetailsView control displays its data control fields as rows. A footer item is not rendered for these data control fields. The DataControlField.FooterStyle property is ignored in these controls.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0