Skip to main content
All docs
V23.2

TimeSpanMaskOptions.SetResetPartsOnSelectAllInput(DependencyObject, Nullable<Boolean>) Method

Set the value of the TimeSpanMaskOptions.ResetPartsOnSelectAllInput attached property to a specified TimeSpanMaskOptions.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public static void SetResetPartsOnSelectAllInput(
    DependencyObject d,
    bool? value
)

Parameters

Name Type Description
d DependencyObject

The element to which the attached property is written.

value Nullable<Boolean>

The ResetPartsOnSelectAllInput property value for the element.

See Also