Provides arguments for the FlexGrid.formatItem event.
constructor(p: GridPanel, rng: CellRange, cell: HTMLElement, updateContent?: boolean): FormatItemEventArgs
Initializes a new instance of the FormatItemEventArgs class.
GridPanel that contains the range.
Range of cells affected by the event.
Element that represents the grid cell to be formatted.
Whether to set the cell content in addition to its dimensions and styles.
Gets or sets a value that indicates whether the event should be canceled.
Gets a reference to the element that represents the grid cell to be formatted.
Gets the index of the column affected by this event.
Gets a value that determines whether the handler should set the cell content in addition to its dimensions and styles.
Whether to get the column by index or by binding. This parameter only makes a difference in grids that have multiple rows per data item (like the MultiRow grid).
Provides a value to use with events that do not have event data.