| NumberSelectorBaseTClientParserTypeName Property |
Gets the full name of the client-side object type which is responsible for parsing values on the client.
Namespace:
Dynamicweb.Controls.OMC
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax protected abstract string ClientParserTypeName { get; }
Protected MustOverride ReadOnly Property ClientParserTypeName As String
Get
Property Value
Type:
StringRemarks The specified type must derive from "Dynamicweb.Controls.OMC.NumberSelectorValueParser" object.
See Also