Skip to main content
A newer version of this page is available.
All docs
V19.2

TimeSpanMaskOptions.SetDefaultPart(DependencyObject, TimeSpanPart) Method

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

Namespace: DevExpress.Xpf.Editors

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

Declaration

public static void SetDefaultPart(
    DependencyObject d,
    TimeSpanPart value
)

Parameters

Name Type Description
d DependencyObject

The element to which the attached property is written.

value TimeSpanPart

The TimeSpanMaskOptions.DefaultPart property value.

See Also