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

TcxCustomTextEdit.Properties Property

Identifies main attributes specific to an editor.

Declaration

property Properties: TcxCustomTextEditProperties read; write;

Property Value

Type
TcxCustomTextEditProperties

Remarks

Use Properties to set specific attributes controlling the editor behavior. They define the alignment of the editor contents, the collection of buttons that can be displayed within the editor, the read-only status, etc. Properties specific to text editors are stored in the TcxCustomTextEditProperties class.

See Also