ClassPdfViewerToolBarItem
Class
Definition
Namespace:Telerik.Blazor.Components.ToolBar
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public abstract class PdfViewerToolBarItem : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IPdfViewerToolBarItem, IDisposable
Inheritance: objectComponentBasePdfViewerToolBarItem
Derived Classes:
Implements:
Inherited Members
Constructors
PdfViewerToolBarItem()
Declaration
cs-api-definition
protected PdfViewerToolBarItem()
Properties
ToolBar
Declaration
cs-api-definition
[CascadingParameter]
public IPdfViewerToolBar ToolBar { get; set; }
Property Value
IPdfViewerToolBar
Methods
Dispose()
Declaration
cs-api-definition
public void Dispose()
Implements