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.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

[DP(TimeSpanInputMode.NotRestrictedLargestUnit, Handler = "OnMaskPropertiesChanged")]
public TimeSpanInputMode InputMode { get; set; }

#Property Value

Type Description
DevExpress.WinUI.Editors.TimeSpanInputMode

A DevExpress.WinUI.Editors.TimeSpanInputMode enumeration value.

See Also