The C1Schedule type exposes the following members.

Methods

  Name Description
Public method LoadPostData
When implemented by a class, processes postback data for an ASP.NET server control.
Public method RaisePostBackEvent
When implemented by a class, enables a server control to process an event raised when a form is posted to the server.
Public method RaisePostDataChangedEvent
When implemented by a class, signals the server control to notify the ASP.NET application that the state of the control has changed.
Public method RegisterRunTimeStyleSheets
Override this method if you want to render additional style sheets that will be use by control only at run-time.
(Overrides C1ThemeableControlRegisterRunTimeStyleSheets(Boolean).)
Public method RenderDesignTimeStyleSheets
Override this method if you want to render additional style sheets that will be use by control only at design-time.
(Overrides C1ThemeableControlRenderDesignTimeStyleSheets(HtmlTextWriter, Boolean).)
Public method ResolveClientUrl
Resolve Client Url for using in browser
Public method ResolveClientUrlOrResource
Resolve client url or resource name.

See Also