Skip to main content

BootstrapUIWidgetFormat.Precision Property

Specifies the value precision in the formated presentation.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Default Description
Int32 32767

An integer value specifying the precision.

See Also