Gets or sets the
EditorTool name. It will be used by KaxEditor to find
the command which should be executed when the user clicks this tool.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[TypeConverterAttribute("Kettic.AspNet.Controls.Design.EditorToolNameTypeConverter, Kettic.AspNet.Controls, Version=2014.04.1129.0, Culture=neutral, PublicKeyToken=b0aa88e29aff773e")]
public virtual string Name { get; set; }
<TypeConverterAttribute("Kettic.AspNet.Controls.Design.EditorToolNameTypeConverter, Kettic.AspNet.Controls, Version=2014.04.1129.0, Culture=neutral, PublicKeyToken=b0aa88e29aff773e")>
Public Overridable Property Name As String
Get
Set
public:
[TypeConverterAttribute(L"Kettic.AspNet.Controls.Design.EditorToolNameTypeConverter, Kettic.AspNet.Controls, Version=2014.04.1129.0, Culture=neutral, PublicKeyToken=b0aa88e29aff773e")]
virtual property String^ Name {
String^ get ();
void set (String^ value);
}
[<TypeConverterAttribute("Kettic.AspNet.Controls.Design.EditorToolNameTypeConverter, Kettic.AspNet.Controls, Version=2014.04.1129.0, Culture=neutral, PublicKeyToken=b0aa88e29aff773e")>]
abstract Name : string with get, set
[<TypeConverterAttribute("Kettic.AspNet.Controls.Design.EditorToolNameTypeConverter, Kettic.AspNet.Controls, Version=2014.04.1129.0, Culture=neutral, PublicKeyToken=b0aa88e29aff773e")>]
override Name : string with get, set
Property Value
Type:
StringThe tool name.
See Also