C# Class DLToolkit.Forms.Controls.FlowGridCell

FlowListView grid cell.
Inheritance: Xamarin.Forms.Grid, IFlowViewCell
显示文件 Open project: daniel-luberda/DLToolkit.Forms.Controls

Public Methods

Method Description
FlowGridCell ( ) : System

Initializes a new instance of the DLToolkit.Forms.Controls.FlowGridCell class.

OnTapped ( ) : void

Raised when cell is tapped.

Method Details

FlowGridCell() public method

Initializes a new instance of the DLToolkit.Forms.Controls.FlowGridCell class.
public FlowGridCell ( ) : System
return System

OnTapped() public method

Raised when cell is tapped.
public OnTapped ( ) : void
return void