Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDataGridComboBoxColumnStyle Class
Members


In This Topic
    NDataGridComboBoxColumnStyle Class
    In This Topic
    Combo box column style
    Object Model
    NDataGridComboBoxColumnStyle Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.ToolboxItemAttribute(False)>
    <System.ComponentModel.DesignTimeVisibleAttribute(False)>
    <System.ComponentModel.DefaultPropertyAttribute("Header")>
    <System.ComponentModel.DesignerCategoryAttribute("Component")>
    Public Class NDataGridComboBoxColumnStyle 
       Inherits NDataGridTextControlColumnStyleBase
    'Usage
     
    
    Dim instance As NDataGridComboBoxColumnStyle
    [System.ComponentModel.ToolboxItem(false)]
    [System.ComponentModel.DesignTimeVisible(false)]
    [System.ComponentModel.DefaultProperty("Header")]
    [System.ComponentModel.DesignerCategory("Component")]
    public class NDataGridComboBoxColumnStyle : NDataGridTextControlColumnStyleBase 
    Remarks
    Implements a drop down list combo with the user specified options. This column styles can be applied on columns of type Int32(or Int32 convertible), which holds an index in the user defined string options
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.DataGridColumnStyle
                System.Windows.Forms.DataGridTextBoxColumn
                   Nevron.UI.WinForm.Controls.NDataGridTextControlColumnStyleBase
                      Nevron.UI.WinForm.Controls.NDataGridComboBoxColumnStyle

    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