PGridCustomEditorRow.TryGetEditingValue(out Object) Method
Gets the row editor’s value.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v25.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| editingValue | Object | An object that specifies the edit value. |
See Also