TdxGridReportLinkOptionsOnEveryPage.FilterBar Property
Determines whether the filter panel is visible on every report page or on the first page only.
Declaration
property FilterBar: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use the FilterBar property to determine whether the filter panel is visible on every report page or on the first page only.
This property will only have an effect if the grid report link’s OptionsView.FilterBar property is set.
The default value of the FilterBar property is True.
See Also