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

In This Topic
    Item Property (ItemFormattingEventArgs)
    In This Topic
    Gets or sets the index of the index of the item to be formatted.
    Syntax
    'Declaration
     
    
    Public Property Item As Integer
    public int Item {get; set;}
    See Also