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