AxpDataGrid

AxpDataGrid.EditLookupAsString Property

Gets the look-up values as a string for a column

[Visual Basic]
Public Default ReadOnly Property EditLookupAsString( _
   ByVal FieldName As String _
) As String
[C#]
public string this[
   string FieldName
] {get;}

Parameters

FieldName
The column name

Remarks

Accessible after having set the lookup definition for a column using the method AddEditLookup

See Also

AxpDataGrid Class | Axezz.WebControls Namespace