GetPropertyValue<T> Method
The value of the specified property in this property grid control.
Remarks
If the value is a combo box or custom control, returns a string representation of the selected value. In that case, T is string.

C# Syntax

T GetPropertyValue<T>( 
   string propertyPath
)
where T: IConvertible

Parameters

propertyPath
The path of the property.

Type Parameters

T
The type of the property value.