Skip to main content

BootstrapUIWidgetFormat.Formatter Property

Specifies a custom formatter function.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue("")]
public string Formatter { get; set; }

Property Value

Type Default Description
String String.Empty

A string that represents either the name of a JavaScript function or the entire JavaScript function code.

Remarks

Use the Formatter property to specify a custom formatter function. The formatter function accepts the original value as the parameter and returns a formatted string.

See Also