WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FindWindowExtension

    Show / Hide Table of Contents

    Class FindWindowExtension

    Markup extension, used to create the binding to the MDI window among the parents.

    Inheritance
    System.Object
    FindWindowExtension
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class FindWindowExtension : MarkupExtension

    Constructors

    FindWindowExtension()

    Declaration
    public FindWindowExtension()

    Methods

    ProvideValue(IServiceProvider)

    Gets binding, used to find MDI window among parents.

    Declaration
    public override object ProvideValue(IServiceProvider serviceProvider)
    Parameters
    Type Name Description
    System.IServiceProvider serviceProvider

    Object that can provide services for the markup extension.

    Returns
    Type Description
    System.Object

    The object value to set on the property where the extension is applied.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved