Click or drag to resize

PropertyManagerPageElementExGetValueT Method

Gets the value from the property manager page element

Namespace:  CodeStack.SwEx.PMPage.Controls
Assembly:  CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntax
public static T GetValue<T>(
	this IPropertyManagerPageElementEx elem
)

Parameters

elem
Type: CodeStack.SwEx.PMPage.ControlsIPropertyManagerPageElementEx
Property Manager Page element

Type Parameters

T
Type of the control value

Return Value

Type: T
Value extracted from the control

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IPropertyManagerPageElementEx. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions
ExceptionCondition
InvalidCastException
NotSupportedException
See Also