Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IRowFilter Interface / DropDownBorderStyle Property


In This Topic
    DropDownBorderStyle Property (IRowFilter)
    In This Topic
    Gets the style for the border around the drop-down list of filter items.
    Syntax
    'Declaration
     
    
    Property DropDownBorderStyle As BorderStyle
    'Usage
     
    
    Dim instance As IRowFilter
    Dim value As BorderStyle
     
    instance.DropDownBorderStyle = value
     
    value = instance.DropDownBorderStyle
    BorderStyle DropDownBorderStyle {get; set;}
    See Also