Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Editors Namespace / TextEditor Class / CreateControlMode Property


In This Topic
    CreateControlMode Property (TextEditor)
    In This Topic
    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 TextEditor
    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, SingleInstance.
    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