TextInputTimeSpanMaskSettings.InputMode Property
In This Article
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. |
A DevExpress. |
See Also