CategoryRowProperties.RowEditName Property
Gets or sets the name of the row’s editor.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
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