[]
Gets whether the column is bound to a data source column.
public bool IsColumnBound(int column)
Public Function IsColumnBound(column As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | column | Model column to be tested |
Type | Description |
---|---|
bool | True, if the column is bound; otherwise, false |