C# Class Ext.Net.Calendar.Demo.EventsViewer

Afficher le fichier Open project: extnet/Ext.NET.Examples Class Usage Examples

Protected Properties

Свойство Type Description
DataView1 global::Ext.Net.DataView
SubmittedEventsStore1 global::Ext.Net.Store
Window1 global::Ext.Net.Window

Méthodes publiques

Méthode Description
Render ( List events ) : void
ToScript ( List events ) : string

Method Details

Render() public méthode

public Render ( List events ) : void
events List
Résultat void

ToScript() public méthode

public ToScript ( List events ) : string
events List
Résultat string

Property Details

DataView1 protected_oe property

DataView1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Ext.Net.DataView DataView1
Résultat global::Ext.Net.DataView

SubmittedEventsStore1 protected_oe property

SubmittedEventsStore1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Ext.Net.Store SubmittedEventsStore1
Résultat global::Ext.Net.Store

Window1 protected_oe property

Window1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Ext.Net.Window Window1
Résultat global::Ext.Net.Window