ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / Column Class / StyleDisplay Property

In This Topic
    StyleDisplay Property (Column)
    In This Topic
    Gets the style used to display this row or column.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property StyleDisplay As CellStyle
    public virtual CellStyle StyleDisplay {get;}
    Remarks
    This property never returns null. If the row or column has a custom style, this property returns that style. Otherwise, it returns the stock style used to display the row (e.g., Normal, Alternate, Fixed, Frozen).
    See Also