ClassMultiColumnComboBoxPopupSettings
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class MultiColumnComboBoxPopupSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseMultiColumnComboBoxPopupSettings
Implements:
Inherited Members
Constructors
MultiColumnComboBoxPopupSettings()
Declaration
cs-api-definition
public MultiColumnComboBoxPopupSettings()
Properties
AnimationDuration
Defines the animation duration of the popup.
Declaration
cs-api-definition
[Parameter]
public int AnimationDuration { get; set; }
Property Value
Class
Defines the CSS class that will be applied to the rendered popup of the component.
MaxWidth
Defines the max width of the popup.
Declaration
cs-api-definition
[Parameter]
public string MaxWidth { get; set; }
Property Value
MinWidth
Defines the min width of the popup.
Declaration
cs-api-definition
[Parameter]
public string MinWidth { get; set; }
Property Value
Methods
Dispose()
Declaration
cs-api-definition
public void Dispose()
Implements
OnInitialized()
Declaration
cs-api-definition
protected override void OnInitialized()
Overrides