TcxGridCardViewOptionsCustomize.RowFiltering Property
Specifies whether card rows can display filter dropdown buttons.
Declaration
property RowFiltering: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
If the RowFiltering property value is True, card rows display filter dropdown buttons provided that their Options.Filtering option is enabled. Otherwise, filter dropdown buttons are not displayed within card rows regardless of other settings.
The default value of the RowFiltering property is True.
See Also