Class SankeyComponentBase
Represents the base class for all Sankey-related components, providing shared lifecycle and service-ownership behavior through SfOwningComponentBase.
Inheritance
SankeyComponentBase
Inherited Members
Namespace: Syncfusion.Blazor.Sankey
Assembly: Syncfusion.Blazor.dll
Syntax
public abstract class SankeyComponentBase : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Remarks
Derive from this class to implement reusable functionality for Sankey nodes, links, and configuration elements. This type centralizes common logic and integrates with the Blazor component lifecycle.
Override lifecycle methods as needed to customize rendering or data processing in derived components. This class is abstract and not intended to be used directly.
Constructors
SankeyComponentBase()
Declaration
protected SankeyComponentBase()