Xceed Grid for WinForms v4.3 Documentation
CellViewerManager Constructor(Control,String)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Viewers Namespace > CellViewerManager Class > CellViewerManager Constructor : CellViewerManager Constructor(Control,String)
A Control representing the control used to view a cell's content.
A string representing the property used to get/set the control's value.
Initializes a new instance of the CellViewerManager class specifying the control used to view a cell's content as well as the property used to get/set the control's value.
Syntax
'Declaration
 
Public Function New( _
   ByVal control As Control, _
   ByVal propertyName As String _
)
'Usage
 
Dim control As Control
Dim propertyName As String
 
Dim instance As New CellViewerManager(control, propertyName)
public CellViewerManager( 
   Control control,
   string propertyName
)

Parameters

control
A Control representing the control used to view a cell's content.
propertyName
A string representing the property used to get/set the control's value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellViewerManager Class
CellViewerManager Members
Overload List