menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OLEContainer - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class OLEContainer

    Defines a custom OLEContainer control that can be embedded in a grid cell.

    Inheritance
    System.Object
    OLEContainer
    Namespace: Syncfusion.GridHelperClasses
    Assembly: Syncfusion.GridHelperClasses.Windows.dll
    Syntax
    public class OLEContainer : Control

    Constructors

    OLEContainer()

    Initializes a new instance of the OLEContainer class.

    Declaration
    public OLEContainer()

    Methods

    CreateLink(String, GridStyleInfo)

    Creates a link to between the Container and Grid Cell to initiate displaying icons in the cells

    Declaration
    public void CreateLink(string sourceDoc, GridStyleInfo style)
    Parameters
    Type Name Description
    System.String sourceDoc
    GridStyleInfo style

    Open()

    Initiates the action to open the file.

    Declaration
    public void Open()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved