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

In This Topic
    Style Property (OwnerDrawOutlineButtonEventArgs)
    In This Topic
    Sets or sets the CellStyle object used to paint the outline button.
    Syntax
    'Declaration
     
    
    Public Property Style As CellStyle
    public CellStyle Style {get; set;}
    Remarks

    This parameter is often used to provide dynamic formatting based on the outline button contents.

    See Also