Gets or sets the name of the field from the data source to bind to the ExpandedImageUrl property of a C1TreeViewNode object to which the C1TreeViewNodeBinding object is applied.

Namespace:  C1.Web.UI.Controls.C1TreeView
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

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

See Also