FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid 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
    public CellStyle FilterEditor {get;}
    Remarks
    This style is only used if the grid's C1FlexGridBase.AllowFiltering property is set to true.
    See Also