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()