C# Class DLToolkit.Forms.Controls.FlowGridCell

FlowListView grid cell.
Inheritance: Xamarin.Forms.Grid, IFlowViewCell
Afficher le fichier Open project: daniel-luberda/DLToolkit.Forms.Controls

Méthodes publiques

Méthode 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 méthode

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

OnTapped() public méthode

Raised when cell is tapped.
public OnTapped ( ) : void
Résultat void