Library Blazor Components TreeView Reference Classes TreeView ItemHeight

ItemHeight

Specifies height for every item.

razor
[Parameter]
public string? ItemHeight { get; set; }

Remarks

As the property is of string type, values such as 20px, 2em, 120% are all valid.

Sign in