Spread Windows Forms 12.0 Product Documentation
DropDownBorderStyle Property (DefaultRowFilter)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > DefaultRowFilter Class : DropDownBorderStyle Property
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

Reference

DefaultRowFilter Class
DefaultRowFilter Members