ComponentOne ASP.NET MVC Controls
TileFormattedEventArgs Class
File
c1.nav.js
Module
c1.nav
Base Class
TileEventArgs

Provides arguments for the formatTile event.

Properties

Events

Properties

contentElement

Gets the element for the tile content.

It can be used to customize the content.

Type
HTMLElement

headerElement

Gets the element for the tile header.

It could be used to customize the header.

Type
HTMLElement

tile

Gets or sets a value that indicates the tile where this event is fired.

Inherited From
TileEventArgs
Type
Tile

toolbar

Gets a Toolbar object for the toolbar of the tile.

You can customize the toolbar items via this object. For detail, please refer to Toolbar class documentation.

Type
Toolbar

Events

 

Static empty

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

Inherited From
EventArgs
Arguments
EventArgs