menu

ASP.NET Core

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IParentApplication

    Show / Hide Table of Contents

    Interface IParentApplication

    Represents parent application.

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public interface IParentApplication

    Properties

    Application

    Gets the application object.

    Declaration
    IApplication Application { get; }
    Property Value
    Type Description
    IApplication

    Parent

    Gets the parent object.

    Declaration
    object Parent { get; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved