FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / C1GridControl Class / GetCellStyle Method

In This Topic
    GetCellStyle Method (C1GridControl)
    In This Topic
    Gets the style that is applied to the cells.
    Syntax
    'Declaration
     
    Protected Overridable Function GetCellStyle() As Style
    protected virtual Style GetCellStyle()
    See Also