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