System.Web.UI.WebControls.DataControlField.ItemStyle Property

Gets the style of any text-based content displayed by a data control field.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

The DataControlField.ItemStyle property governs the appearance of any text data displayed by a type derived from System.Web.UI.WebControls.DataControlField. For example, when you bind a System.Web.UI.WebControls.BoundField control to text data, you can use the DataControlField.ItemStyle property to alter the appearance of the text that is displayed.

Requirements

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