Skip to main content

TextInputTimeSpanMaskSettings.DefaultPart Property

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

A DevExpress.WinUI.Editors.TimeSpanPart enumeration value.

See Also