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

TcxCustomEdit.Properties Property

Identifies the main attributes specific to an editor.

Declaration

property Properties: TcxCustomEditProperties read; write;

Property Value

Type
TcxCustomEditProperties

Remarks

Use Properties to set specific attributes which control the editor behavior. They define the alignment of editor contents, the collection of buttons displayed and the read-only status, etc.

The Properties object implements the validation of the display value before converting it to an edit value, of characters before entering them into the editor, of the display value before pasting from the clipboard or cutting to the clipboard. The Properties property also provides events that are generated when clicking an editor button and when changing the editor display value, etc.

See Also