Skip to main content
A newer version of this page is available. .

TimeSpanMaskOptions.SetAssignValueToEnteredLiteral(DependencyObject, Boolean) Method

Sets the value of the TimeSpanMaskOptions.AssignValueToEnteredLiteral attached property for the specified DependencyObject.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public static void SetAssignValueToEnteredLiteral(
    DependencyObject d,
    bool value
)

Parameters

Name Type Description
d DependencyObject

The element to which the attached property is written.

value Boolean

The TimeSpanMaskOptions.AssignValueToEnteredLiteral property value.

See Also