TimeSpanMaskOptions.AssignValueToEnteredLiteral Attached Property
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 an attached property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
See GetAssignValueToEnteredLiteral(DependencyObject) and SetAssignValueToEnteredLiteral(DependencyObject, Boolean).
Returns
Type | Description |
---|---|
Boolean | true, to assign the entered value to an entered literal; otherwise, false. |
See Also