IcxFilterControl.GetProperties(Integer) Method
Returns the Properties property value.
Declaration
function GetProperties(Index: Integer): TcxCustomEditProperties;
Parameters
Name | Type |
---|---|
Index | Integer |
Returns
Type |
---|
TcxCustomEditProperties |
Remarks
This method is designed to be a ‘read’ method of the Properties property. When implemented, it returns the properties of the specified editor associated with the item. The item is specified by its zero-based index via the Index parameter.
See Also