Skip to main content
All docs
V25.2
  • 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

    public void TryGetEditingValue(
        out object editingValue
    )

    Parameters

    Name Type Description
    editingValue Object

    An object that specifies the edit value.

    See Also