1
When adding controls to a form pattern in the designer, most controls follow a consistent naming convention. For example, when adding an ActionPaneControl, the label displayed is Action Pane, and for a GroupControl, the option appears as Group. However, in the case of the QuickFilterControl, the designer displays the full control name—Quick Filter Control—instead of just Quick Filter, which breaks the naming consistency.
This inconsistency can be confusing, especially for new developers or when working quickly across multiple form patterns. Ideally, Quick Filter Control should be labeled simply as Quick Filter to match the established pattern and improve usability.
STATUS DETAILS
New