FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FullTextFilter Class / Owner Property

In This Topic
    Owner Property (C1FullTextFilter)
    In This Topic
    Gets or sets the C1FlexGrid that owns this filter.
    Syntax
    'Declaration
     
    Public Property Owner As C1FlexGrid
    public C1FlexGrid Owner {get; set;}
    See Also