Skip to main content
All docs
V21.2
  • TextInputTimeSpanMaskSettings.AssignValueToEnteredLiteral Property

    Specifies whether the editor should assign the entered value to a mask part that corresponds to the first symbol of the entered literal. This is a dependency property.

    Namespace: DevExpress.UI.Xaml.Editors

    Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

    NuGet Package: DevExpress.Uwp.Controls

    Declaration

    public bool AssignValueToEnteredLiteral { get; set; }

    Property Value

    Type Description
    Boolean

    true, to assign the entered value to a mask part that corresponds to the first symbol of the entered literal; otherwise, false.

    See Also