Back to Devexpress

DataFormNumericItem.AllowLooping Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformnumericitem-ad7f243b.md

latest971 B
Original Source

DataFormNumericItem.AllowLooping Property

Gets or sets whether the current value is set to the minimum value when the user has exceeded the maximum value (and vice versa). This is a bindable property.

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public bool AllowLooping { get; set; }

Property Value

TypeDefaultDescription
Booleantrue

true to loop available values; otherwise, false.

|

See Also

DataFormNumericItem Class

DataFormNumericItem Members

DevExpress.Maui.DataForm Namespace