LookUpEdit.GetColumnValue(LookUpColumnInfo) Method
In This Article
Returns the value of the specified column for the currently selected row in the dropdown.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public virtual object GetColumnValue(
LookUpColumnInfo column
)
#Parameters
Name | Type | Description |
---|---|---|
column | Look |
A Look |
#Returns
Type | Description |
---|---|
Object | An object representing the column’s value in the current row. |
#Remarks
To get a value from a specific row in the dropdown the RepositoryItemLookUpEdit.GetDataSourceValue method can be used.
See Also