TimeSpanMaskOptions.SetResetPartsOnSelectAllInput(DependencyObject, Nullable<Boolean>) Method
In This Article
Set the value of the TimeSpanMaskOptions.ResetPartsOnSelectAllInput attached property to a specified TimeSpanMaskOptions.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static void SetResetPartsOnSelectAllInput(
DependencyObject d,
bool? value
)
#Parameters
Name | Type | Description |
---|---|---|
d | Dependency |
The element to which the attached property is written. |
value | Nullable<Boolean> | The Reset |
See Also