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

TcxCustomInplaceEditContainer.PropertiesClass Property

Specifies the editor class used to edit item data.

Declaration

property PropertiesClass: TcxCustomEditPropertiesClass read; write;

Property Value

Type
TcxCustomEditPropertiesClass

Remarks

Use the PropertiesClass property to assign a specific editor to edit item cell data. To assign an editor, set the PropertiesClass property to a TcxCustomEditProperties class descendant. Once PropertiesClass is set, the Properties property provides access to available editor settings. The TcxCustomInplaceEditContainer.RepositoryItem property also allows you to assign an editor to an item. If it is assigned via TcxCustomInplaceEditContainer.RepositoryItem, PropertiesClass and Properties are ignored.

See Also