Spread WinForms 15
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
See Also