True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1DataColumn Class / FilterApplyText Property

In This Topic
    FilterApplyText Property (C1DataColumn)
    In This Topic
    Gets or sets the text of Apply button in the filter drop-down list when the FilterMultiSelect property is True.
    Syntax
    'Declaration
     
    Public Property FilterApplyText As System.String
    public System.string FilterApplyText {get; set;}
    See Also