Skip to main content
A newer version of this page is available. .

BootstrapUIWidgetFormat.Precision Property

Specifies the value precision in the formated presentation.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(32767)]
public int Precision { get; set; }

Property Value

Type Default Description
Int32 32767

An integer value specifying the precision.

See Also