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

NumericMaskOptions.SetAlwaysShowDecimalSeparator(DependencyObject, Boolean) Method

Sets the value of the NumericMaskOptions.AlwaysShowDecimalSeparator attached property to a specified DependencyObject.

Namespace: DevExpress.Xpf.Editors

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

Declaration

public static void SetAlwaysShowDecimalSeparator(
    DependencyObject d,
    bool value
)

Parameters

Name Type Description
d DependencyObject

The object to which the attached property is written.

value Boolean

true, to display decimal separator when the fractional part is zero; otherwise, false.

See Also