FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / RowCol Class / StyleFixed Property

In This Topic
    StyleFixed Property (RowCol)
    In This Topic
    Gets the stock CellStyle used to paint fixed cells in this row or column.
    Syntax
    'Declaration
     
    
    Public Overridable Property StyleFixed As CellStyle
    public virtual CellStyle StyleFixed {get; set;}
    See Also