Click or drag to resize

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; }

Property Value

Type: String
Remarks
The specified type must derive from "Dynamicweb.Controls.OMC.NumberSelectorValueParser" object.
See Also