IKaxToolBarButtonCommandName Property |
Gets or sets the command name associated with the toolbar item that is passed to the
ItemCommand event of the
KaxToolBar instance.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxstring CommandName { get; set; }
Property CommandName As String
Get
Set
property String^ CommandName {
String^ get ();
void set (String^ value);
}
abstract CommandName : string with get, set
Property Value
Type:
String
The command name of the toolbar item. The default value is an empty string.
See Also