System.Web.UI.WebControls.TableHeaderCell.CategoryText Property

Gets or sets the axis attribute of the HTML th element for the System.Web.UI.WebControls.TableHeaderCell control.

Syntax

[System.ComponentModel.TypeConverter(typeof(System.Web.UI.WebControls.StringArrayConverter))]
[System.ComponentModel.DefaultValue(null)]
public virtual string[] CategoryText { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The categories can be any string values that are pertinent to the table. The TableHeaderCell.CategoryText property is rendered as the axis attribute of the HTML th element, which is used to group table cells into conceptual categories. The categories are rendered in HTML as a comma-delimited list.

The value of this property is stored in view state.

Requirements

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