Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / CreateControlMode Enumeration


In This Topic
    CreateControlMode Enumeration
    In This Topic
    Value representing how a Xceed.Grid.Editors.CellEditorManager creates the control used to edit the contents of a cell.
    Syntax
    'Declaration
     
    Public Enum CreateControlMode 
       Inherits System.Enum
    'Usage
     
    Dim instance As CreateControlMode
    public enum CreateControlMode : System.Enum 
    Members
    MemberDescription
    ClonedInstanceA new instance of the control is created.
    SingleInstanceThe same instance of the control is always reused.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Grid.CreateControlMode

    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