C# Class syncfusion.gridcontroldemos.wpf.InputMessage

Interaction logic for InputMessage.xaml
Inheritance: DemoControl
Exibir arquivo Open project: syncfusion/wpf-demos

Public Methods

Method Description
InputMessage ( ) : System
InputMessage ( string themename ) : System
LoadCellValues ( DataRow dataRow ) : void
LoadData ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

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

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

InputMessage() public method

public InputMessage ( ) : System
return System

InputMessage() public method

public InputMessage ( string themename ) : System
themename string
return System

LoadCellValues() public method

public LoadCellValues ( DataRow dataRow ) : void
dataRow DataRow
return void

LoadData() public method

public LoadData ( ) : void
return void