TcxCustomGridTableItem.FilteringDateRanges Property
In This Article
Provides access to the item’s collection of filter date ranges.
#Declaration
Delphi
property FilteringDateRanges: TcxGridFilteringDateRanges read;
#Property Value
Type |
---|
Tcx |
#Remarks
Refer to the description of the TcxGridFilteringDateRanges class for additional information on this collection.
Use the OnInitFilteringDateRanges event to customize this collection.
See Also