DockCommandClientTypeName Property |
Specifies the name of the type of the client object, which
will be instantiated when the command is initialized for the first time.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual string ClientTypeName { get; set; }
Public Overridable Property ClientTypeName As String
Get
Set
public:
virtual property String^ ClientTypeName {
String^ get ();
void set (String^ value);
}
abstract ClientTypeName : string with get, set
override ClientTypeName : string with get, set
Property Value
Type:
String
See Also