ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.SchemaExtender Namespace / DataSchemaGlobalColumnStyle Class
Members

In This Topic
    DataSchemaGlobalColumnStyle Class
    In This Topic
    Represents a global Column Style definition for DataSetExtender - a set of properties that affects C1.C1DataExtender.C1ViewColumn data representation in ComponentOne user interface controls.
    Object Model
    DataSchemaGlobalColumnStyle Class
    Syntax
    'Declaration
     
    Public Class DataSchemaGlobalColumnStyle 
       Inherits C1.C1DataExtender.GlobalColumnStyleBase
    public class DataSchemaGlobalColumnStyle : C1.C1DataExtender.GlobalColumnStyleBase 
    Remarks
    The style objects represented by this class are items of DataSetExtender.ColumnStyles collection. These styles are used as base styles for any style of DataColumnExtender and C1.C1DataExtender.C1DataViewSet.
    Inheritance Hierarchy

    System.Object
       C1.C1DataExtender.ColumnStyleBase
          C1.C1DataExtender.GlobalColumnStyleBase
             C1.C1DataExtender.SchemaExtender.DataSchemaGlobalColumnStyle

    See Also