C# Class Accordion.Forms.AccordionControl

Area devices list page.
Inheritance: Xamarin.Forms.Grid
Afficher le fichier Open project: GiusepeCasagrande/Accordion.Forms Class Usage Examples

Méthodes publiques

Méthode Description
AccordionControl ( View header = null ) : System

Initializes a new instance of the T:Accordion.Forms.AccordionControl class.

Add ( View cell, View view ) : void

Add the specified cell and view.

Clear ( ) : void
CloseAccordion ( AccordionEntry entry ) : void
CloseAllEntries ( ) : void

Closes all entries.

CreateStacklayout ( ) : void
OnCellTouchUpInside ( int cellIndex ) : void

Raises the cell touch up inside event.

OpenAccordion ( AccordionEntry entry ) : void

Method Details

AccordionControl() public méthode

Initializes a new instance of the T:Accordion.Forms.AccordionControl class.
public AccordionControl ( View header = null ) : System
header Xamarin.Forms.View Defines a header for the view.
Résultat System

Add() public méthode

Add the specified cell and view.
public Add ( View cell, View view ) : void
cell Xamarin.Forms.View cell.
view Xamarin.Forms.View View.
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

CloseAccordion() public méthode

public CloseAccordion ( AccordionEntry entry ) : void
entry AccordionEntry
Résultat void

CloseAllEntries() public méthode

Closes all entries.
public CloseAllEntries ( ) : void
Résultat void

CreateStacklayout() public méthode

public CreateStacklayout ( ) : void
Résultat void

OnCellTouchUpInside() public méthode

Raises the cell touch up inside event.
public OnCellTouchUpInside ( int cellIndex ) : void
cellIndex int cell index.
Résultat void

OpenAccordion() public méthode

public OpenAccordion ( AccordionEntry entry ) : void
entry AccordionEntry
Résultat void