TextEdit() Constructor
Initializes a new TextEdit class instance with default settings.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.
See Also