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.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
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