Gets or sets the name of the field from the data source to bind to the Text property of a C1MenuItem object to which the C1MenuItemBinding object is applied.
Namespace:
C1.Web.UI.Controls.C1MenuAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[TypeConverterAttribute(typeof(DataSourceViewSchemaConverter))] [DefaultValueAttribute("")] [C1CategoryAttribute("Category.Databindings")] public string TextField { get; set; } |
| Visual Basic (Declaration) |
|---|
<TypeConverterAttribute(GetType(DataSourceViewSchemaConverter))> _ <DefaultValueAttribute("")> _ <C1CategoryAttribute("Category.Databindings")> _ Public Property TextField As String Get Set |