True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid Namespace / C1DataColumn Class / FilterText Property

In This Topic
    FilterText Property (C1DataColumn)
    In This Topic
    Gets or sets the data associated with the value of the filter for a column.
    Syntax
    'Declaration
     
    Public Property FilterText As System.String
    public System.string FilterText {get; set;}
    See Also