ComponentOne List for WinForms
C1.Win.C1List Namespace / C1DisplayColumn Class / FetchStyle Property

In This Topic
    FetchStyle Property (C1DisplayColumn)
    In This Topic
    Gets or sets a value indicating whether the FetchCellStyle event will be raised for a column.
    Syntax
    'Declaration
     
    
    Public Property FetchStyle As Boolean
    public bool FetchStyle {get; set;}
    See Also