Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class MultiColumnComboBoxPopupSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseMultiColumnComboBoxPopupSettings
Implements:
Inherited Members
Constructors
C#
public MultiColumnComboBoxPopupSettings()
Methods
C#
public void Dispose()
Implements:
C#
protected override void OnInitialized()
Overrides:
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; }