windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-rowproperties-122ba694.md
Gets or sets the name of the row item’s editor.
Namespace : DevExpress.XtraVerticalGrid.Rows
Assembly : DevExpress.XtraVerticalGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
[Browsable(false)]
[XtraSerializableProperty]
public virtual string RowEditName { get; set; }
<Browsable(False)>
<XtraSerializableProperty>
Public Overridable Property RowEditName As String
| Type | Description |
|---|---|
| String |
A string value specifying the editor’s name.
|
Use the RowEditName property to assign an editor from the vertical grid’s internal or external repository to the row. The assigned editor is specified by its name. Note that if an editor with the specified name doesn’t exist in either of the repositories, the assignment is not in effect.
Alternatively, you can use the RowProperties.RowEdit property to bind editors to rows. Refer to the The Repository Concept and Assigning Editors to Multi-editor rows topics for details.
See Also
CustomRecordCellEditForEditing