Click or drag to resize
KaxToolBarButtonCommandName Property
Gets or sets the command name associated with the toolbar button that is passed to the ItemCommand event of the KaxToolBar instance.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string CommandName { get; set; }

Property Value

Type: String
The command name of the toolbar button. The default value is an empty string.

Implements

IKaxToolBarButtonCommandName
See Also