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