ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1DataColumn.FilterText Property

Gets or sets the data associated with the value of the filter for a column.

[Visual Basic]

Public Property FilterText As String

[C#]

public string FilterText {get;set;}

[Delphi]

public property FilterText: String read get_FilterText write set_FilterText;

Example

The following code uses the FilterText property to get the data associated with the value of the filter for a column:

·      Visual Basic

       Dim s as string = Me.C1TrueDBGrid1.Columns(0).FilterText

·      C#

       String s = this.c1TrueDBGrid1.Columns[0].FilterText;

·      Delphi

       var s : String;

       s := Self.C1TrueDBGrid1.Columns[0].FilterText;

See Also

C1DataColumn Class | C1DataColumn Members | C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.