BrightIdeasSoftware.ObjectListView.SetSubItemImages C# (CSharp) Method

SetSubItemImages() protected method

Tell the underlying list control which images to show against the subitems
protected SetSubItemImages ( int rowIndex, OLVListItem item ) : void
rowIndex int the index at which the item occurs
item OLVListItem the item whose subitems are to be set
return void
        protected virtual void SetSubItemImages(int rowIndex, OLVListItem item)
        {
            this.SetSubItemImages(rowIndex, item, false);
        }

Same methods

ObjectListView::SetSubItemImages ( int rowIndex, OLVListItem item, bool shouldClearImages ) : void
ObjectListView