Skip to main content
A newer version of this page is available. .

TcxCustomInplaceEditContainer.Properties Property

Specifies the editor’s properties available for editing item data.

Declaration

property Properties: TcxCustomEditProperties read; write;

Property Value

Type
TcxCustomEditProperties

Remarks

You can assign a particular editor to edit item cells contents in two ways.

The first way is to set the PropertiesClass property.

The second one is to assign a repository item to the RepositoryItem property. If an editor is assigned via RepositoryItem, the Properties and PropertiesClass member values are ignored.

Assigning PropertiesClass results in creating a Properties object with settings specific to the corresponding editor.

Do not create Properties objects directly. Use the PropertiesClass property instead. The Properties object allows you to adjust editor properties once they are created.

See Also