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

Mostrar archivo Open project: extnet/Ext.NET.Examples Class Usage Examples

Protected Properties

Property Type Description
DataView1 global::Ext.Net.DataView
SubmittedEventsStore1 global::Ext.Net.Store
Window1 global::Ext.Net.Window

Public Methods

Method Description
Render ( List events ) : void
ToScript ( List events ) : string

Method Details

Render() public method

public Render ( List events ) : void
events List
return void

ToScript() public method

public ToScript ( List events ) : string
events List
return 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
return 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
return 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
return global::Ext.Net.Window