TreeView for WinForms | ComponentOne
C1.Win.CoditionalFormatting Namespace / ItemFormattingEventArgs Class / Style Property

In This Topic
    Style Property (ItemFormattingEventArgs)
    In This Topic
    Gets or sets the style of the formatted cell.
    Syntax
    'Declaration
     
    
    Public Property Style As IItemStyle
    public IItemStyle Style {get; set;}
    See Also