ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / CellStyleCollection Class / FilterEditor Property

In This Topic
    FilterEditor Property
    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