Version 1
Common Interface IFooterRowOptions GrapeCity DataViewsJS Interface

IFooterRowOptions Interface

Defines settings of footer row

Heirarchy

  • IFooterRowOptions

Properties

Methods

Properties

Optional height

height: number

Specifies the grid footer height

Optional visible

visible: boolean

Specifies whether the grid footer is visible

Methods

Optional data

  • data(options: Object): any
  • Specifies the grid footer row initial data. It can be an object or a callback function

    Parameters

    • options: Object

      callback options

    Returns any