StiDataBindingPropertyDescriptorGetValue Method |
Gets the current value of the property on a component.
Namespace:
Stimulsoft.Base.Design
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public override Object GetValue(
Object component
)
Public Overrides Function GetValue (
component As Object
) As Object
Parameters
- component
- Type: SystemObject
The component with the property for which to retrieve the value.
Return Value
Type:
ObjectThe value of a property for a given component.
See Also