Configurates
C1.Web.Mvc.ColumnBase.Binding. Sets the name of the property this column is bound to.
Syntax
'Declaration
Public Function Binding( _
ByVal As String _
) As TBuilder
public TBuilder Binding(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also