Gets or sets the data key which is available upon post back for easily identifying this particular check box.

Namespace: MonoSoftware.Web.Controls
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public string CommandArgument { get; set; }
Visual Basic
Public Property CommandArgument As String
	Get
	Set
Visual C++
public:
property String^ CommandArgument {
	String^ get ();
	void set (String^ value);
}
F#
member CommandArgument : string with get, set

Property Value

Type: String
The data key which is available upon post back for easily identifying this particular check box.

See Also