Class DropDownButtonBasePopupSettings
Defines the popup settings for the component.
Inherited Members
Namespace: Telerik.Blazor.Components.Common.Dropdowns
Assembly: Telerik.Blazor.dll
Syntax
public class DropDownButtonBasePopupSettings : DropdownPopupSettings, IDisposable
Constructors
DropDownButtonBasePopupSettings()
Declaration
public DropDownButtonBasePopupSettings()
Properties
Height
Defines the height of the Popup.
Declaration
public override string Height { get; set; }
Property Value
System.String
|