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

In This Topic
    ViewSetGlobalColumnStyle Class
    In This Topic
    Represents a global Column Style definition for C1DataViewSet - a set of properties that affects C1ViewColumn data representation in ComponentOne user interface controls.
    Object Model
    ViewSetGlobalColumnStyle Class
    Syntax
    'Declaration
     
    Public Class ViewSetGlobalColumnStyle 
       Inherits GlobalColumnStyleBase
    public class ViewSetGlobalColumnStyle : GlobalColumnStyleBase 
    Remarks
    The style objects represented by this class are items of C1DataViewSet.ColumnStyles collection. These styles are used as base styles for the C1ViewColumn.ColumnStyle styles. These styles, in turn, can inherit their values from styles defined in the C1DataViewSet.SchemaExtender.ColumnStyles collection.
    Inheritance Hierarchy

    System.Object
       C1.C1DataExtender.ColumnStyleBase
          C1.C1DataExtender.GlobalColumnStyleBase
             C1.C1DataExtender.ViewSetGlobalColumnStyle

    See Also