FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridFilterCell Class / PopupStyle Property

In This Topic
    PopupStyle Property (GridFilterCell)
    In This Topic
    Gets or sets the System.Windows.Style applied to the drop-down filter.
    Syntax
    'Declaration
     
    Public Property PopupStyle As Style
    public Style PopupStyle {get; set;}
    See Also