Skip to main content

PGridCustomEditorRow.TryGetEditingValue(out Object) Method

Gets the row editor’s value.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v24.1.dll

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

Declaration

public void TryGetEditingValue(
    out object editingValue
)

Parameters

Name Type Description
editingValue Object

An object that specifies the edit value.

See Also