Skip to main content
All docs
V25.1
  • DateTimeMaskOptions.GetDateTimeKind(DependencyObject) Method

    Get the value of the DateTimeMaskOptions.DateTimeKind attached property to a specified DateTimeMaskOptions.

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public static DateTimeKind? GetDateTimeKind(
        DependencyObject d
    )

    Parameters

    Name Type Description
    d DependencyObject

    An object whose DateTimeMaskOptions.DateTimeKind attached property value is returned.

    Returns

    Type Description
    Nullable<DateTimeKind>

    The DateTimeMaskOptions.DateTimeKind attached property value for the specified object.

    See Also