TextInputTimeSpanMaskSettings.AllowNegativeValue Property
In This Article
Specifies whether the editor allows entering negative values. This is a dependency property.
Namespace: DevExpress.WinUI.Editors
Assembly: DevExpress.WinUI.Editors.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(true, Handler = "OnMaskPropertiesChanged")]
public bool AllowNegativeValue { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true, to allow entering negative values; otherwise, false. |
See Also