Filter Panel
The Filter Panel displays a string representation of the filter criteria applied to the grid. It displays the following elements:
- Enable Filter Check Box
- This check box can be used by a user to enable or temporarily disable the current filter. To do this in code, use the DataControlBase.IsFilterEnabled property.
- Filter Expression
- Column filters are combined by the
AND
operator in a single filter expression, which is applied to a grid. To obtain the filter string applied to a grid, use the DataControlBase.FilterString property. - Clear Filter Button
- Clears the current filter.
The table below lists the main properties that affect element behavior and appearance.
Characteristics | Members |
---|---|
Visibility | Data |
Contents | Data |
See Also