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

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