Back to Devexpress

TextEdit() Constructor

windowsforms-devexpress-dot-xtraeditors-dot-textedit-dot-ctor-80d77346.md

latest1.6 KB
Original Source

TextEdit() Constructor

Initializes a new TextEdit class instance with default settings.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public TextEdit()
vb
Public Sub New

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

RepositoryItemTextEdit

TextEdit Class

TextEdit Members

DevExpress.XtraEditors Namespace