Class DropdownPopupSettings
Defines the popup settings for the component.
Inheritance
Namespace: Telerik.Blazor.Components.Common.Dropdowns
Assembly: Telerik.Blazor.dll
Syntax
public class DropdownPopupSettings : ComponentBase, IDisposable
Constructors
DropdownPopupSettings()
Declaration
public DropdownPopupSettings()
Properties
AnimationDuration
Defines the animation duration of the popup.
Declaration
public int AnimationDuration { get; set; }
Property Value
System.Int32
|
Class
Defines the CSS class that will be applied to the rendered popup of the component.
Declaration
public string Class { get; set; }
Property Value
System.String
|
Height
Defines the height of the popup.
Declaration
public virtual string Height { get; set; }
Property Value
System.String
|
MaxHeight
Defines the maximum height of the popup.
Declaration
public string MaxHeight { get; set; }
Property Value
System.String
|
MaxWidth
Defines the max width of the popup.
Declaration
public string MaxWidth { get; set; }
Property Value
System.String
|
MinHeight
Defines the minimum height of the popup.
Declaration
public string MinHeight { get; set; }
Property Value
System.String
|
MinWidth
Defines the min width of the popup.
Declaration
public string MinWidth { get; set; }
Property Value
System.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
public string Width { get; set; }
Property Value
System.String
|
Methods
Dispose()
Declaration
public void Dispose()
OnInitialized()
Declaration
protected override void OnInitialized()