Skip to main content

IcxFilterControl.Captions Property

Designed to get the caption of the specified filter item.

Declaration

property Captions[Index: Integer]: string read;

Property Value

Type
string

Remarks

When implemented, the Captions property should return the caption of a filter item specified by the Index parameter. For instance, a grid table view object (the TcxGridTableView type) implements this property to obtain the caption of the specified filterable column.

The GetCaption method should be implemented to provide correct functioning of the Captions property.

See Also