RowProperties.RowEditName Property
Gets or sets the name of the row item’s editor.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
[Browsable(false)]
[XtraSerializableProperty]
public virtual string RowEditName { get; set; }
Property Value
Type | Description |
---|---|
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.