Class
DropdownPopupSettings

Defines the popup settings for the component.

Definition

Namespace:Telerik.Blazor.Components.Common.Dropdowns

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DropdownPopupSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Inheritance: objectComponentBaseDropdownPopupSettings

Derived Classes: AutoCompletePopupSettingsComboBoxPopupSettingsDropDownButtonBasePopupSettingsDropDownListPopupSettingsMultiSelectPopupSettings

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members ComponentBase.BuildRenderTree(RenderTreeBuilder)ComponentBase.OnInitializedAsync()ComponentBase.OnParametersSet()ComponentBase.OnParametersSetAsync()ComponentBase.StateHasChanged()ComponentBase.ShouldRender()ComponentBase.OnAfterRender(bool)ComponentBase.OnAfterRenderAsync(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.SetParametersAsync(ParameterView)

Constructors

DropdownPopupSettings()

Declaration

cs-api-definition
public DropdownPopupSettings()

Properties

AnimationDuration

Defines the animation duration of the popup.

Declaration

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

Property Value

int

Class

Defines the CSS class that will be applied to the rendered popup of the component.

Declaration

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

Property Value

string

Height

Defines the height of the popup.

Declaration

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

Property Value

string

MaxHeight

Defines the maximum height of the popup.

Declaration

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

Property Value

string

MaxWidth

Defines the max width of the popup.

Declaration

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

Property Value

string

MinHeight

Defines the minimum height of the popup.

Declaration

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

Property Value

string

MinWidth

Defines the min width of the popup.

Declaration

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

Property Value

string

Width

Defines the width of the popup. When no value is provided, the popup width will be equal to the anchor element width.

Declaration

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

Property Value

string

Methods

Dispose()

Declaration

cs-api-definition
public void Dispose()

Implements IDisposable.Dispose()

OnInitialized()

Declaration

cs-api-definition
protected override void OnInitialized()

Overrides ComponentBase.OnInitialized()