ClassPanelBarBinding
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class PanelBarBinding : TreeBinding, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseTreeBindingPanelBarBinding
Implements:
Inherited Members
Constructors
PanelBarBinding()
Declaration
cs-api-definition
public PanelBarBinding()
Properties
ContentTemplate
Defines the content template for the items.
Declaration
cs-api-definition
[Parameter]
public RenderFragment<object> ContentTemplate { get; set; }
Property Value
DisabledField
Defines the Disabled DataField of the DataSource.
Declaration
cs-api-definition
[Parameter]
public string DisabledField { get; set; }
Property Value
HeaderTemplate
Defines the header template for the items.
Declaration
cs-api-definition
[Parameter]
public RenderFragment<object> HeaderTemplate { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides