Skip to main content

TcxFilterItem.GetProperties Method

Returns properties of an editor used to edit a comparison value of the current item.

Declaration

function GetProperties: TcxCustomEditProperties;

Returns

Type
TcxCustomEditProperties

Remarks

The GetProperties method returns the properties of the editor used to edit a value the current item’s data is compared to. You can use the object returned by the GetProperties method to adjust specific settings of the value editor.

By default, a specific editor is assigned to the item’s comparison value based on the type of a field represented by the item.

You can redefine the default editor and specify it explicitly. This allows you to adjust the editor’s properties at design time. Use the RepositoryItem or the PropertiesClass property for this purpose.

The GetProperties method returns editor properties regardless of whether the default or an explicitly assigned editor is used.

See Also