FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / CellStyle Property

In This Topic
    CellStyle Property (FlexGrid)
    In This Topic
    Gets or sets the System.Windows.Style of the normal cells.
    Syntax
    'Declaration
     
    Public Property CellStyle As Style
    public Style CellStyle {get; set;}
    See Also