Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultRowFilter Class / DropDownBorderStyle Property


In This Topic
    DropDownBorderStyle Property (DefaultRowFilter)
    In This Topic
    Gets or sets the style for the drop-down list of filter items.
    Syntax
    'Declaration
     
    Public Property DropDownBorderStyle As BorderStyle
    'Usage
     
    Dim instance As DefaultRowFilter
    Dim value As BorderStyle
     
    instance.DropDownBorderStyle = value
     
    value = instance.DropDownBorderStyle
    public BorderStyle DropDownBorderStyle {get; set;}

    Property Value

    BorderStyle setting that specifies the style of the border of the drop-down list
    See Also