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

Definition

Constructors

C#
public MultiColumnComboBoxPopupSettings()

Methods

C#
public void Dispose()

Implements: IDisposable.Dispose()

C#
protected override void OnInitialized()

Overrides: ComponentBase.OnInitialized()

Properties

Defines the animation duration of the popup.

C#
[Parameter]
public int AnimationDuration { get; set; }

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

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

Defines the max width of the popup.

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

Defines the min width of the popup.

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

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

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