TcxGridCardView.Filtering Property
Provides filtering options for the View.
Declaration
property Filtering: TcxGridCardViewFiltering read; write;
Property Value
Type |
---|
TcxGridCardViewFiltering |
Remarks
Use the Filtering property to access settings specifying the filtering functionality available to end-users. The object available via the Filtering property also declares the RunCustomizeDialog method allowing you to invoke filter customization dialogs. Please refer to the TcxGridCardViewFiltering class description for details on the filtering options and methods available.
Note
the Filtering property provides settings that control filtering at the View level. You can override some of these settings for individual card rows. Use the desired card row’s Options property for this purpose.
See Also