Skip to main content

SpinEdit.IsFloatValue Property

Gets or sets whether the editor's value is a float. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public bool IsFloatValue { get; set; }

#Property Value

Type Description
Boolean

true if the editor's value is a float; false if the editor's value is an integer.

#Remarks

If the IsFloatValue property is set to false, the editor's edit and increment values are rounded to the nearest integers. These values are specified via the SpinEdit.Value and SpinEdit.Increment properties, respectively.

See Also