ASP.NET MVC Controls
FormatItemEventArgs Class
File
wijmo.input.js
Module
wijmo.input
Base Class
EventArgs

Provides arguments for the formatItem event.

Constructor

Properties

Constructor

constructor

constructor(index: number, data: any, item: HTMLElement): FormatItemEventArgs

Initializes a new instance of the FormatItemEventArgs class.

Parameters
Returns
FormatItemEventArgs

Properties

data

Gets the data item being formatted.

Type
any

Static empty

Provides a value to use with events that do not have event data.

Inherited From
EventArgs
Type
EventArgs

index

Gets the index of the data item in the list.

Type
number

item

Gets a reference to the element that represents the list item to be formatted.

Type
HTMLElement

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback