TcxCustomFilterControl.ShowLevelLines Property
Specifies whether level lines are displayed.
Declaration
property ShowLevelLines: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use the ShowLevelLines property to control displaying level lines within a filter control. If this property is True (the default behavior), level lines are displayed.
Set the ShowLevelLines property to False to hide level lines within a filter control.
The default value of the ShowLevelLines property is True.
See Also