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

CategoryRowProperties.RowEdit Property

Gets or sets the repository item specifying the editor used to edit a row’s cell values.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

[Browsable(false)]
public override RepositoryItem RowEdit { get; set; }

Property Value

Type Description
RepositoryItem

A RepositoryItem descendant.

Remarks

Category rows do not allow data editing. Thus, this property overrides the base class property to prohibit value assignment and return a null reference.

See Also