C# Class syncfusion.gridcontroldemos.wpf.InputMessage

Interaction logic for InputMessage.xaml
Inheritance: DemoControl
Afficher le fichier Open project: syncfusion/wpf-demos

Méthodes publiques

Méthode Description
InputMessage ( ) : System
InputMessage ( string themename ) : System
LoadCellValues ( DataRow dataRow ) : void
LoadData ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
gridControl1_QueryCellInfo ( object sender, Syncfusion.Windows.Controls.Grid.GridQueryCellInfoEventArgs e ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

InputMessage() public méthode

public InputMessage ( ) : System
Résultat System

InputMessage() public méthode

public InputMessage ( string themename ) : System
themename string
Résultat System

LoadCellValues() public méthode

public LoadCellValues ( DataRow dataRow ) : void
dataRow DataRow
Résultat void

LoadData() public méthode

public LoadData ( ) : void
Résultat void