ComponentOne List for WinForms
In This Topic
    Working with Style Properties
    In This Topic
    Just as a document template in Microsoft Word specifies the overall appearance of individual paragraphs in a document, the named members of the GridStyleCollection object provide an overall display template for a C1List or C1Combo control. However, to customize the appearance of individual Split or C1DisplayColumn objects, you need to modify the appropriate Style object property:
    Property Description
    CaptionStyle Gets or sets the Style object that controls the appearance of the caption area.
    EvenRowStyle Gets or sets the Style object that controls the appearance of an even-numbered row when usingAlternatingRows.
    FooterStyle Gets or sets the Style object that controls the appearance of column footers.
    HeadingStyle Gets or sets the Style object that controls the appearance of the grids column headers.
    HighlightRowStyle Gets or sets the Style object that controls the current row/cell when the MarqueeStyle is set to Highlight Row/Cell.
    OddRowStyle Gets or sets the Style object that controls the appearance of an odd-numbered row when using AlternatingRows.
    SelectedStyle Gets or sets the Style object that controls the appearance of selected rows and columns.
    Style Gets or sets the root Style object for the Split.
    See Also