Method AddLinkButtonColumn
AddLinkButtonColumn<T, TResult>(RadGridView, Expression<Func<T, object>>, Expression<Func<TResult, object>>, string)
public static LinkButtonColumn AddLinkButtonColumn<T, TResult>(this RadGridView list, Expression<Func<T, object>> nameExpression, Expression<Func<TResult, object>> bindingExpression = null, string commandName = null)
Parameters
listRadGridViewnameExpressionExpression<Func<T, object>>bindingExpressionExpression<Func<TResult, object>>commandNamestring
Returns
Type Parameters
TTResult