ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / 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 System.Integer
    public System.int Item {get; set;}
    See Also