Gets or sets the URL field to the disabled image that is displayed next to the text of a toolbar item 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 DisabledImageUrlField { get; set; } |
| Visual Basic (Declaration) |
|---|
<TypeConverterAttribute(GetType(DataSourceViewSchemaConverter))> _ <C1CategoryAttribute("Category.Databindings")> _ <DefaultValueAttribute("")> _ Public Property DisabledImageUrlField As String Get Set |