TimeSpanMaskOptions.SetAllowNegativeValue(DependencyObject, Boolean) Method
Sets the value of the TimeSpanMaskOptions.AllowNegativeValue attached property for the specified DependencyObject.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
d | DependencyObject | The element to which the attached property is written. |
value | Boolean | The TimeSpanMaskOptions.AllowNegativeValue property value. |
See Also