Show / Hide Table of Contents

Method GetStatus

| Improve this Doc View Source

GetStatus(DependencyObject)

Gets validation status for specified view element. This is the getter of Status attached property.

Declaration
public static ValidationStatus? GetStatus(this DependencyObject element)
Parameters
Type Name Description
System.Windows.DependencyObject element

The view element.

Returns
Type Description
System.Nullable<ValidationStatus>

The validation status.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest