Skip to main content

NumericMaskOptions.GetAlwaysShowDecimalSeparator(DependencyObject) Method

Gets the value of the NumericMaskOptions.AlwaysShowDecimalSeparator attached property for a specified DependencyObject.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static bool GetAlwaysShowDecimalSeparator(
    DependencyObject d
)

Parameters

Name Type Description
d DependencyObject

The object from which the property value is read.

Returns

Type Description
Boolean

The NumericMaskOptions.AlwaysShowDecimalSeparator property value for the object.

See Also