TextInputTimeSpanMaskSettings.DefaultPart Property
In This Article
Specifies the mask part (minutes, seconds, etc.) to which to assign the entered numeric value if the editor’s edit value is empty. This is a dependency property.
Namespace: DevExpress.WinUI.Editors
Assembly: DevExpress.WinUI.Editors.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(TimeSpanPart.Hours, Handler = "OnMaskPropertiesChanged")]
public TimeSpanPart DefaultPart { get; set; }
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
See Also