Skip to main content

TextEdit() Constructor

Initializes a new TextEdit class instance with default settings.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TextEdit()

Remarks

Use the constructor to create a standalone text editor. After the editor is created, see its TextEdit.Properties property to customize its look, feel and behavior.

To specify an inplace text editor for a container control (XtraGrid, for instance), you should create a RepositoryItemTextEdit object. The repository item must be assigned to a specific column and the corresponding inplace editor will be created automatically when required based on settings of the repository item assigned to the column.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the TextEdit() constructor.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also