VGridRows.ColumnByFieldName(String) Method
In This Article
Returns a row specified by its bound field name in the data source.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
field |
String | A string value representing the row’s bound field name. |
#Returns
Type | Description |
---|---|
Base |
A Base |
#Remarks
The ColumnByFieldName method scans the collection starting from the first element and returns the first row found whose RowProperties.FieldName property matches the parameter value.
To find a row by its name, use the VGridRows.RowByName method.
See Also