ComponentOne ADO.NET DataExtender
Working with C1DataViewSet / C1ViewColumn Definitions / Defining Column Styles
In This Topic
    Defining Column Styles
    In This Topic

    Different elements of column data representation in UI can be defined using the ColumnStyle sub properties such as:

    Editing column styles:

    You can easily edit each column's style by means of the Column Styles tab located in the C1ViewSetDesignerForm. Editing a column style involves the following basic operations:

    1. From the C1ViewSetDesignerForm, select the UnitPrice column from the left pane and then click the Column Styles tab.
    2. To format the UnitPrice column, select the Format tab and set the Format type to Currency.
    3. Run the application and notice that the UnitPrice column is formatted accordingly.
    See Also