IKaxToolBarButtonCommandArgument Property |
Gets or sets an optional parameter passed to the Command event of the
KaxToolBar instance along with the associated
CommandName
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxstring CommandArgument { get; set; }
Property CommandArgument As String
Get
Set
property String^ CommandArgument {
String^ get ();
void set (String^ value);
}
abstract CommandArgument : string with get, set
Property Value
Type:
String
An optional parameter passed to the Command event of the
KaxToolBar instance along with the associated
CommandName. The default value is an empty string.
See Also