Class
InlineAIPromptPopupSettings

Definition

Constructors

InlineAIPromptPopupSettings()

Declaration

cs-api-definition
public InlineAIPromptPopupSettings()

Properties

AnimationDuration

Defines the animation duration of the container. Default AnimationDuration is 300ms.

Declaration

cs-api-definition
[Parameter]
public int AnimationDuration { get; set; }

Property Value

int

AnimationType

Defines the animation type of the container. Default value is AnimationType.SlideDown.

Declaration

cs-api-definition
[Parameter]
public AnimationType AnimationType { get; set; }

Property Value

AnimationType

Container

Declaration

cs-api-definition
[CascadingParameter]
public TelerikInlineAIPrompt Container { get; set; }

Property Value

TelerikInlineAIPrompt

Height

Defines the height of the component popup.

Declaration

cs-api-definition
[Parameter]
public string Height { get; set; }

Property Value

string

HorizontalAlign

In combination with VerticalAlign specifies which point of the popup element to attach to the anchor's origin point. The available X options are: Left Center Right. By default, the attached point is the top-left corner of the popup element.

Declaration

cs-api-definition
[Parameter]
public PopupHorizontalAlign HorizontalAlign { get; set; }

Property Value

PopupHorizontalAlign

HorizontalCollision

Specifies the behavior of the Popup when it does not fit in the viewport. Valid values are: Flip - the popup will flip if there is sufficient available space on the opposite side. Fit - the popup will be shifted (moved) until it is fully visible. By default, the Popup fits horizontally when there is a collision.

Declaration

cs-api-definition
[Parameter]
public PopupCollision HorizontalCollision { get; set; }

Property Value

PopupCollision

HorizontalOffset

Specifies the horizontal offset value, in pixels, to be added to the popup position, creating a blank space between the popup and the anchor.

Declaration

cs-api-definition
[Parameter]
public double HorizontalOffset { get; set; }

Property Value

double

MaxHeight

Maximum height of the inline prompt popup.

Declaration

cs-api-definition
[Parameter]
public string MaxHeight { get; set; }

Property Value

string

MaxWidth

Maximum width of the inline prompt popup.

Declaration

cs-api-definition
[Parameter]
public string MaxWidth { get; set; }

Property Value

string

MinHeight

Minimum height of the inline prompt popup.

Declaration

cs-api-definition
[Parameter]
public string MinHeight { get; set; }

Property Value

string

MinWidth

Minimum width of the inline prompt popup.

Declaration

cs-api-definition
[Parameter]
public string MinWidth { get; set; }

Property Value

string

VerticalAlign

In combination with HorizontalAlign specifies which point of the popup element to attach to the anchor's origin point. The available Y options are: Bottom Center Top By default, the attached point is the top-left corner of the popup element.

Declaration

cs-api-definition
[Parameter]
public PopupVerticalAlign VerticalAlign { get; set; }

Property Value

PopupVerticalAlign

VerticalCollision

Specifies the behavior of the Popup when it does not fit in the viewport. Valid values are: Flip - the popup will flip if there is sufficient available space on the opposite side. Fit - the popup will be shifted (moved) until it is fully visible. By default, the Popup flips vertically when there is a collision.

Declaration

cs-api-definition
[Parameter]
public PopupCollision VerticalCollision { get; set; }

Property Value

PopupCollision

VerticalOffset

Specifies the vertical offset value, in pixels, to be added to the popup position, creating a blank space between the popup and the anchor.

Declaration

cs-api-definition
[Parameter]
public double VerticalOffset { get; set; }

Property Value

double

Width

Defines the width of the component popup.

Declaration

cs-api-definition
[Parameter]
public string Width { get; set; }

Property Value

string

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

Dispose()

Declaration

cs-api-definition
public void Dispose()

Implements IDisposable.Dispose()

Dispose(bool)

Declaration

cs-api-definition
protected virtual void Dispose(bool disposing)

Parameters

disposing

bool

OnInitialized()

Declaration

cs-api-definition
protected override void OnInitialized()

Overrides ComponentBase.OnInitialized()