ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1TrueDBGrid.FilterBar Property

Gets or sets a value indicating the visibility of the FilterBar.

[Visual Basic]

Public Property FilterBar As Boolean

[C#]

public bool FilterBar {get;set;}

[Delphi]

public property FilterBar: Boolean read get_FilterBar write set_FilterBar;

Example

The following code displays the Filter Bar:

·      Visual Basic

       Me.C1TrueDBGrid1.FilterBar = True

·      C#

       this.c1TrueDBGrid1.FilterBar = true;

·      Delphi

       Self.C1TrueDBGrid1.FilterBar := True;

See Also

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


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