Gets or sets the name of the field from the data source to bind to the MouseOverImageUrl property of a C1ToolBarItem object to which the C1ToolBarItemBinding object is applied.

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

Syntax

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

See Also