Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1DropDown Class / DropDownStyle Property

In This Topic
    DropDownStyle Property (C1DropDown)
    In This Topic
    Gets or sets the style of the drop-down popup.
    Syntax
    'Declaration
     
    
    Public Property DropDownStyle As C1Style
    public C1Style DropDownStyle {get; set;}
    See Also