Skip to main content

CategoryRowProperties.RowEditName Property

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

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

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