TextInputTimeSpanMaskSettings.AssignValueToEnteredLiteral Property
In This Article
Specifies whether the editor should assign the entered value to a mask part that corresponds to the first symbol of the entered literal. This is a dependency property.
Namespace: DevExpress.WinUI.Editors
Assembly: DevExpress.WinUI.Editors.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(true, Handler = "OnMaskPropertiesChanged")]
public bool AssignValueToEnteredLiteral { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true, to assign the entered value to a mask part that corresponds to the first symbol of the entered literal; otherwise, false. |
See Also