Xceed Grid for WinForms v4.3 Documentation
CreateControlMode Property (CheckBoxEditor)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Editors Namespace > CheckBoxEditor Class : CreateControlMode Property
Gets a value representing the mode in which the control used to edit the content of cells is created.
Syntax
'Declaration
 
Protected Friend Overrides ReadOnly Property CreateControlMode As CreateControlMode
'Usage
 
Dim instance As CheckBoxEditor
Dim value As CreateControlMode
 
value = instance.CreateControlMode
protected internal override CreateControlMode CreateControlMode {get;}

Property Value

A Xceed.Grid.CreateControlMode value representing the mode in which the control used to edit the content of cells is created. By default, ClonedInstance.
Remarks

In the case where CreateControlMode is set to Xceed.Grid.CreateControlMode.SingleInstance (default), the TemplateControl will be used directly. If CreateControlMode is set to ClonedInstance, the CreateControl method will be called to clone the TemplateControl when needed.

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

CheckBoxEditor Class
CheckBoxEditor Members
Base Implementation in CreateControlMode