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