Skip to main content
A newer version of this page is available. .

CategoryRowProperties.RowEditName Property

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

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

public override string RowEditName { get; set; }

Property Value

Type Description
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