Skip to main content

TextInputTimeSpanMaskSettings.AllowNegativeValue Property

Specifies whether the editor allows entering negative values. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool AllowNegativeValue { get; set; }

Property Value

Type Description
Boolean

true, to allow entering negative values; otherwise, false.

See Also