TcxCustomGridTableItem.FilteringDateRanges Property
Provides access to the item’s collection of filter date ranges.
Declaration
property FilteringDateRanges: TcxGridFilteringDateRanges read;
Property Value
Type |
---|
TcxGridFilteringDateRanges |
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