Gets or sets a value indicating the visibility of the FilterBar.
[Visual Basic]
Overridable Public Property FilterBar As Boolean
[C#]
virtual public bool FilterBar {get;set;}
[Delphi]
public property FilterBar: Boolean read get_FilterBar write set_FilterBar;
Example
The following code shows the Filter Bar in the second split:
Me.C1TrueDBGrid1.Splits(1).FilterBar = True
· C#
this.c1TrueDBGrid1.Splits[1].FilterBar = true;
· Delphi
Self.C1TrueDBGrid1.Splits[1].FilterBar := True;
See Also
Split Class | Split Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |