Skip to main content

TcxCustomFilterControl.WantTabs Property

Specifies if a user can press the Tab key to navigate between the filter control’s UI elements.

Declaration

property WantTabs: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

A Tab keystroke removes focus from the filter control. Set the WantTabs property to True to allow the filter control to process Tab keystrokes rather than the application form.

The WantTabs property’s default value is False.

See Also