Telerik UI DiagramConnectionContentBlocks.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class DiagramConnectionContentBlocks : DataVizCollectionComponent<DiagramConnectionContentBlock>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IEnumerable<DiagramConnectionContentBlock>, IEnumerable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionComponent<DiagramConnectionContentBlock>DiagramConnectionContentBlocks
Implements:
Inherited Members
Constructors
C#
public DiagramConnectionContentBlocks()
Properties
C#
[Parameter]
public RenderFragment ChildContent { get; set; }
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides: