IcxFilterControl.Properties Property
Obtains the settings of the specified filter item’s editor.
Declaration
property Properties[Index: Integer]: TcxCustomEditProperties read;
Property Value
Type |
---|
TcxCustomEditProperties |
Remarks
When implemented, the Properties property should obtain settings peculiar to an editor associated with the specified item. The editor is used to display and edit a value to which the specified filter item’s data is compared. The item whose editor settings are to be obtained is specified by its zero-based index via the Index parameter.
The GetProperties method should be implemented to provide correct functioning of the Properties property.
See Also