Skip to main content
All docs
V26.1
  • TimeSpanMaskOptions.SetInputMode(DependencyObject, TimeSpanInputMode) Method

    Sets the value of the TimeSpanMaskOptions.InputMode attached property for the specified DependencyObject.

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v26.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public static void SetInputMode(
        DependencyObject d,
        TimeSpanInputMode value
    )

    Parameters

    Name Type Description
    d DependencyObject

    The element to which the attached property is written.

    value TimeSpanInputMode

    The TimeSpanMaskOptions.InputMode property value.

    See Also