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

In This Topic
    Style Property (SubtotalEventArgs)
    In This Topic
    Gets or sets the CellStyle to be applied to the new subotal row.
    Syntax
    'Declaration
     
    
    Public Property Style As CellStyle
    public CellStyle Style {get; set;}
    See Also