TimeSpanMaskOptions.GetInputMode(DependencyObject) Method
In This Article
Gets the value of the TimeSpanMaskOptions.InputMode attached property for the specified DependencyObject object.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static TimeSpanInputMode GetInputMode(
DependencyObject d
)
#Parameters
Name | Type | Description |
---|---|---|
d | Dependency |
An object whose Time |
#Returns
Type | Description |
---|---|
Time |
The value of the Time |
See Also