Back to Devexpress

CategoryRowProperties.RowEdit Property

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

latest1.6 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public override RepositoryItem RowEdit { get; set; }
vb
<Browsable(False)>
Public Overrides Property RowEdit As RepositoryItem

Property Value

TypeDescription
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

CategoryRowProperties Class

CategoryRowProperties Members

DevExpress.XtraVerticalGrid.Rows Namespace