Gets or sets the name of the field from the data source that indicates C1MenuItemHeader item.

Namespace:  C1.Web.UI.Controls.C1Menu
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
[C1CategoryAttribute("Category.Databindings")]
[TypeConverterAttribute(typeof(DataSourceViewSchemaConverter))]
public string HeaderField { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
<C1CategoryAttribute("Category.Databindings")> _
<TypeConverterAttribute(GetType(DataSourceViewSchemaConverter))> _
Public Property HeaderField As String
	Get
	Set

Field Value

The group field.

See Also