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

In This Topic
    Style Property (RowCol)
    In This Topic
    Gets or sets a custom CellStyle associated with this row or column.
    Syntax
    'Declaration
     
    
    Public Overridable Property Style As CellStyle
    public virtual CellStyle Style {get; set;}
    Remarks
    If the row or column does not have a custom style, this property returns null.
    See Also