Back to Devexpress

RowProperties.RowEditName Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-rowproperties-122ba694.md

latest2.7 KB
Original Source

RowProperties.RowEditName Property

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

Declaration

csharp
[Browsable(false)]
[XtraSerializableProperty]
public virtual string RowEditName { get; set; }
vb
<Browsable(False)>
<XtraSerializableProperty>
Public Overridable Property RowEditName As String

Property Value

TypeDescription
String

A string value specifying the editor’s name.

|

Remarks

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

RowEdit

CustomRecordCellEdit

CustomRecordCellEditForEditing

In-place Editors

Assigning Editors to Multi-Editor Rows

RowProperties Class

RowProperties Members

DevExpress.XtraVerticalGrid.Rows Namespace