C1.Win.C1FlexGrid Namespace / CellStyleCollection Class / FilterEditor Property

In This Topic
FilterEditor Property (CellStyleCollection)
In This Topic
Gets the style used to paint the column filter editors.
Syntax
'Declaration
 
Public ReadOnly Property FilterEditor As CellStyle
 
Remarks
This style is only used if the grid's C1FlexGridBase.AllowFiltering property is set to true.
See Also