Click or drag to resize

ValidationPropertiesGetIsMandatory Method

Gets the value of IsMandatoryProperty

Namespace:  Cauldron.XAML.Validation
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static bool GetIsMandatory(
	DependencyObject obj
)

Parameters

obj
Type: System.WindowsDependencyObject
DependencyObject with the attached property

Return Value

Type: Boolean
The value of the attached property
See Also