Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Standard.v4.4 Assembly / Xceed.Chart.UIControls Namespace / DataGridLinePropertiesColumnStyle Class
Members


In This Topic
    DataGridLinePropertiesColumnStyle Class
    In This Topic
    Column style, which can be used for the visual editing of line properties inside a DataGrid
    Object Model
    DataGridLinePropertiesColumnStyle Class
    Syntax
    'Declaration
     
    <ToolboxItemAttribute(False)>
    <DesignTimeVisibleAttribute(False)>
    <DefaultPropertyAttribute("Header")>
    <DesignerCategoryAttribute("Component")>
    Public Class DataGridLinePropertiesColumnStyle 
       Inherits DataGridControlColumnStyleBase
    'Usage
     
    Dim instance As DataGridLinePropertiesColumnStyle
    [ToolboxItem(false)]
    [DesignTimeVisible(false)]
    [DefaultProperty("Header")]
    [DesignerCategory("Component")]
    public class DataGridLinePropertiesColumnStyle : DataGridControlColumnStyleBase 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.DataGridColumnStyle
                Xceed.Chart.UIControls.DataGridControlColumnStyleBase
                   Xceed.Chart.UIControls.DataGridLinePropertiesColumnStyle

    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