Class
TreeBinding

Definition

Constructors

TreeBinding()

Declaration

cs-api-definition
protected TreeBinding()

Properties

HasChildrenField

Defines the HasChildren DataField of the DataSource.

Declaration

cs-api-definition
[Parameter]
public string HasChildrenField { get; set; }

Property Value

string

IconField

Defines the Icon DataField of the DataSource.

Declaration

cs-api-definition
[Parameter]
public string IconField { get; set; }

Property Value

string

IdField

Defines the Id DataField of the DataSource.

Declaration

cs-api-definition
[Parameter]
public string IdField { get; set; }

Property Value

string

ItemsField

Defines the Items DataField of the DataSource that contains the child nodes.

Declaration

cs-api-definition
[Parameter]
public string ItemsField { get; set; }

Property Value

string

Level

Defines the Hierarchy Level of the DataSource that should apply bindings to.

Declaration

cs-api-definition
[Parameter]
public int? Level { get; set; }

Property Value

int?

ParentIdField

Defines the ParentId DataField of the DataSource. Use this DataField when the component is bound to a flat data structure.

Declaration

cs-api-definition
[Parameter]
public string ParentIdField { get; set; }

Property Value

string

TextField

Defines the Text DataField of the DataSource.

Declaration

cs-api-definition
[Parameter]
public string TextField { get; set; }

Property Value

string

UrlField

Defines the Url DataField of the DataSource.

Declaration

cs-api-definition
[Parameter]
public string UrlField { get; set; }

Property Value

string

Methods

Dispose()

Declaration

cs-api-definition
public void Dispose()

Implements IDisposable.Dispose()

OnInitialized()

Declaration

cs-api-definition
protected override void OnInitialized()

Overrides ComponentBase.OnInitialized()

OnParametersSetAsync()

Declaration

cs-api-definition
protected override Task OnParametersSetAsync()

Returns

Task

Overrides ComponentBase.OnParametersSetAsync()

ThrowIfParameterIsNull(object, string)

Declaration

cs-api-definition
protected void ThrowIfParameterIsNull(object argumentValue, string argumentName)

Parameters

argumentValue

object

argumentName

string