TcxFilterCriteriaItem.ItemLink Property
Provides access to the item for which a filter condition is applied.
Declaration
property ItemLink: TObject read;
Property Value
Type |
---|
TObject |
Remarks
When accessing item properties, make certain to cast the object returned by this property to the corresponding item class.
See Also