Class BindingComponentBase
Inheritance
Namespace: Telerik.Blazor.Components.Common.Layout
Assembly: Telerik.Blazor.dll
Syntax
public class BindingComponentBase : BaseComponent, IDisposable, IItemBinding
Constructors
BindingComponentBase()
Declaration
public BindingComponentBase()
Properties
IconClassField
Defines the IconClass DataField of the DataSource. It's value is taken with priority over the Icon and ImageUrl field.
Declaration
public string IconClassField { get; set; }
Property Value
System.String
|
IconField
Defines the Icon DataField of the DataSource. It's value is taken with priority over the ImageUrl field.
Declaration
public string IconField { get; set; }
Property Value
System.String
|
ImageUrlField
Defines the ImageUrl DataField of the DataSource.
Declaration
public string ImageUrlField { get; set; }
Property Value
System.String
|
TextField
Defines the Text DataField of the DataSource.
Declaration
public string TextField { get; set; }
Property Value
System.String
|
UrlField
Defines the Url DataField of the DataSource.
Declaration
public string UrlField { get; set; }
Property Value
System.String
|