Skip to main content
A newer version of this page is available. .

PropertyGridControl.GetRecordObject(Int32) Method

Returns the object with the specified index from the collection of objects whose properties are edited by the control.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

public override object GetRecordObject(
    int recordIndex
)

Parameters

Name Type Description
recordIndex Int32

An integer value that specifies the zero-based index of the required object in the PropertyGridControl.SelectedObjects collection.

Returns

Type Description
Object

An object being edited by the control.

See Also