VGridControlBase.GetRowByFieldName(String) Method
In This Article
Returns a row by the name of the field which it’s bound to.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
field |
String | A String value which specifies the name of the field in the data source. |
#Returns
Type | Description |
---|---|
Base |
A Base |
#Remarks
The GetRowByFieldName method scans the rows within the vertical grid at all nesting levels for a row whose RowProperties.FieldName property matches the fieldName parameter.
See Also