Skip to main content

TcxDBFilterControl.DataSet Property

Specifies a dataset object to which filter conditions should be applied.

Declaration

property DataSet: TDataSet read; write;

Property Value

Type
TDataSet

Remarks

Use the DataSet property to specify a TDataSet-derived object, which should be filtered based upon filter conditions defined in a filter control.

A dataset object linked to the data aware filter control via the DataSet property exposes all its filterable fields to be available for filtering. End-users can select from the list of these fields when visually constructing an individual filter condition. You can use the Items property to specify fields available in the filter control. The FieldName property of each Items collection’s member should be set to the name of a field from the linked dataset.

See Also