Class BindingComponentBase
Inherited Members
Namespace: Telerik.Blazor.Components.Common.Layout
Assembly: Telerik.Blazor.dll
Syntax
public class BindingComponentBase : BaseComponent, IDisposable, IItemBinding
Constructors
BindingComponentBase()
Declaration
public BindingComponentBase()
Properties
IconField
Defines the Icon DataField of the DataSource. Default value is "Icon".
Declaration
public string IconField { get; set; }
Property Value
System.String
|
TextField
Defines the Text DataField of the DataSource. Default value is "Text".
Declaration
public string TextField { get; set; }
Property Value
System.String
|
UrlField
Defines the Url DataField of the DataSource. Default value is "Url".
Declaration
public string UrlField { get; set; }
Property Value
System.String
|