Back to Devexpress

CategoryRowProperties.RowEditName Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-categoryrowproperties-0e346d75.md

latest1.4 KB
Original Source

CategoryRowProperties.RowEditName Property

Gets or sets the name of the row’s editor.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
public override string RowEditName { get; set; }
vb
Public Overrides Property RowEditName As String

Property Value

TypeDescription
String

A string value specifying the editor’s name.

|

Remarks

Category rows do not allow data editing. Thus, this property overrides the base class property to prohibit value assignment and return an empty string.

See Also

CategoryRowProperties Class

CategoryRowProperties Members

DevExpress.XtraVerticalGrid.Rows Namespace