Nevron .NET Vision
Nevron.Editors Namespace / NDataGridInteractivityStyleColumnStyle Class
Members


In This Topic
    NDataGridInteractivityStyleColumnStyle Class
    In This Topic
    Column style, which can be used for the visual editing of interactivity styles inside a DataGrid
    Object Model
    NDataGridInteractivityStyleColumnStyle Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.ToolboxItemAttribute(False)>
    <System.ComponentModel.DesignTimeVisibleAttribute(False)>
    <System.ComponentModel.DefaultPropertyAttribute("Header")>
    <System.ComponentModel.DesignerCategoryAttribute("Component")>
    Public Class NDataGridInteractivityStyleColumnStyle 
       Inherits Nevron.UI.WinForm.Controls.NDataGridControlColumnStyle
    [System.ComponentModel.ToolboxItem(false)]
    [System.ComponentModel.DesignTimeVisible(false)]
    [System.ComponentModel.DefaultProperty("Header")]
    [System.ComponentModel.DesignerCategory("Component")]
    public class NDataGridInteractivityStyleColumnStyle : Nevron.UI.WinForm.Controls.NDataGridControlColumnStyle 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.DataGridColumnStyle
                Nevron.UI.WinForm.Controls.NDataGridControlColumnStyle
                   Nevron.Editors.NDataGridInteractivityStyleColumnStyle

    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