True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid 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 System.Boolean
    public System.bool FetchStyle {get; set;}
    See Also