Skip to main content

TextInputTimeSpanMaskSettings.InputMode Property

Specifies how the time span mask restricts entering large numeric values in mask parts. 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 TimeSpanInputMode InputMode { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.Editors.TimeSpanInputMode

A DevExpress.UI.Xaml.Editors.TimeSpanInputMode enumeration value.

See Also