ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / RowWithDetails Class / StyleFixedDisplay Property

In This Topic
    StyleFixedDisplay Property (RowWithDetails)
    In This Topic
    Gets the style used to display fixed cells on this row or column.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property StyleFixedDisplay As CellStyle
    public virtual CellStyle StyleFixedDisplay {get;}
    Remarks
    If the row or column has a custom style associated with its fixed cells, this property returns that style. Otherwise, it returns the stock style used to display the column (e.g., Normal, Fixed).
    See Also