ClassListCustomValue
Class
Definition
Namespace:Telerik.Blazor.Components.Common.Dropdowns
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class ListCustomValue : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentListCustomValue
Implements:
Inherited Members
Constructors
ListCustomValue()
Declaration
cs-api-definition
public ListCustomValue()
Properties
CurrentCustomValue
Declaration
cs-api-definition
[Parameter]
public string CurrentCustomValue { get; set; }
Property Value
OnCustomValueSelect
Declaration
cs-api-definition
[Parameter]
public Action OnCustomValueSelect { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
SelectCustomValue()
Declaration
cs-api-definition
public void SelectCustomValue()