New to Telerik UI for BlazorStart a free 30-day trial

Configures the popover appearance and positioning for the TelerikCitation<TItem> component. Place inside the CitationSettings render fragment to override defaults.

Definition

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; }

The width of the citation popover. Default value is "320px".

C#
[Parameter]
public string Width { get; set; }

Methods

C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters:__builderRenderTreeBuilder

Overrides: ComponentBase.BuildRenderTree(RenderTreeBuilder)

C#
public void Dispose()

Implements: IDisposable.Dispose()

C#
protected override void OnInitialized()

Overrides: ComponentBase.OnInitialized()