A newer version of this page is available.
Switch to the current version.
BootstrapUIWidgetFormat.Parser Property
Specifies a parser function to parse numbers or dates presented as strings into the correct format.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue("")]
public string Parser { get; set; }
<DefaultValue("")>
Public Property Parser As String
Property Value
Type | Default | Description |
---|---|---|
String | A string that represents either the name of a JavaScript function or the entire JavaScript function code. |
Remarks
The parser function accepts the original value as the parameter and returns a formatted string.
See Also
Feedback