IViewTableMethodsSetFieldLink Method

Set a command that will be launched when the link button is clicked..

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void SetFieldLink(
	string fieldName,
	ICommand command
)

Parameters

fieldName  String
Field name to set.
command  ICommand
ICommand with the command.

Remarks

The model FieldCommandParameter is passed as a parameter to the command.

See Also