TdxGridReportLinkOptionsView.FilterBar Property
Determines whether the filter panel is drawn in the report.
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 drawn in the report. If this property value is True, the filter panel is drawn regardless of whether the filter is applied to a view or not.
The default value of the FilterBar property is True.
See Also