BindingComponentBase
Class
Definition
Namespace:Telerik.Blazor.Components.Common.Layout
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class BindingComponentBase : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentBindingComponentBase
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public BindingComponentBase()
Properties
Defines the Icon DataField of the DataSource. Default value is "Icon".
C#
[Parameter]
public string IconField { get; set; }
Defines the Text DataField of the DataSource. Default value is "Text".
C#
[Parameter]
public string TextField { get; set; }