Configures the popover appearance and positioning for the TelerikCitation<TItem> component. Place inside the CitationSettings render fragment to override defaults.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class CitationPopoverSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseCitationPopoverSettings
Implements:
Inherited Members
Constructors
C#
public CitationPopoverSettings()
Properties
The position of the citation popover relative to the chip. Default value is Bottom.
C#
[Parameter]
public PopoverPosition Position { get; set; }
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
public void Dispose()
Implements:
C#
protected override void OnInitialized()
Overrides: