MarkupExtension.ProvideValue override.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public override Object ProvideValue ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Function ProvideValue( _ |
Object that can provide services for the markup extension.
The object value to set on the property where the extension is applied.
See Also