KaxToolBarSplitButtonCommandName 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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string CommandName { get; set; }
Public Property CommandName As String
Get
Set
public:
virtual property String^ CommandName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract CommandName : string with get, set
override CommandName : string with get, set
Property Value
Type:
String
The command name of the toolbar button. The default value is an empty string.
Implements
IKaxToolBarButtonCommandName
See Also