Version 23.1 (latest)

WebScheduleInfo Class Fields

For a list of all members of this type, see WebScheduleInfo members.

Public Fields
 NameDescription
Public FieldFormatTag_ALL_DAY_EVENTReplacement tag used to insert an All Day event indication into the brief description of an activity. It is used by the AppointmentFormatString and AppointmentTooltipFormatString properties.  
Public FieldFormatTag_DESCRIPTIONReplacement tag for Description used to build text for an activity. It is used by the AppointmentFormatString and AppointmentTooltipFormatString properties.  
Public FieldFormatTag_END_DATE_TIMEReplacement tag for EndDateTime used to build text for an activity. It is used by the AppointmentFormatString and AppointmentTooltipFormatString properties.  
Public FieldFormatTag_LOCATIONReplacement tag for Location used to build text for an activity. It is used by the AppointmentFormatString and AppointmentTooltipFormatString properties.  
Public FieldFormatTag_NEW_LINEReplacement tag for new-line used to build text for an activity. It is used by the AppointmentFormatString and AppointmentTooltipFormatString properties.  
Public FieldFormatTag_RECURRENCE_IMAGEReplacement tag used to include RecurrenceImage for an activity. It is used by the AppointmentFormatString property.  
Public FieldFormatTag_REMINDER_IMAGEReplacement tag used to include ReminderImage for an activity. It is used by the AppointmentFormatString property.  
Public FieldFormatTag_SHOW_TIME_ASReplacement tag used to include the activity's Free | Tentative | Busy status. It is used by the AppointmentFormatString and AppointmentTooltipFormatString properties.  
Public FieldFormatTag_START_DATE_TIMEReplacement tag for StartDateTime used to build text for an activity. It is used by the AppointmentFormatString and AppointmentTooltipFormatString properties.  
Public FieldFormatTag_SUBJECTReplacement tag for Subject used to build text for an activity. It is used by the AppointmentFormatString and AppointmentTooltipFormatString properties.  
Public FieldFormatTag_VARIANCE_IMAGEReplacement tag used to include VarianceImage for an activity. It is used by the AppointmentFormatString property.  
Protected Fields
 NameDescription
Protected FieldclientScriptRegisterKeyUsed to register the Javascript file. (Inherited from Infragistics.WebUI.WebControls.SmartWebControl)
Protected FielddefaultJavaScriptFileNameDefault location and script filename for the main Javascript file supporting this SmartWebControl's client-side processing. (Inherited from Infragistics.WebUI.WebControls.SmartWebControl)
Protected FielddefaultStyleSheetFileNameDefault location and css filename for the style definitions used by default for this control (Inherited from Infragistics.WebUI.WebControls.SmartWebControl)
Protected FieldIsAtlas (Inherited from Infragistics.WebUI.WebControls.SmartWebControl)
Protected FieldjavaScriptFileThe javascript file name for the control. (Inherited from Infragistics.WebUI.WebControls.SmartWebControl)
Protected FieldnoCssValue true means that no css should be rendered. It can be used when control is invisible or something like that. For example, DataProvider. (Inherited from Infragistics.WebUI.WebControls.SmartWebControl)
Protected FieldnoScriptValue true means that no script should be rendered. It can be used when control does not have any script model. For example, DataProvider. (Inherited from Infragistics.WebUI.WebControls.SmartWebControl)
Protected FieldrendererThe SmartRenderer responsible for providing rendering services. (Inherited from Infragistics.WebUI.WebControls.SmartWebControl)
Protected FieldresourceJavaScriptName of embedded resource for main java script file Control is responsible for proper value of that variable, which should point to embedded location of file. Its value can be initialized in constructor of control. (Inherited from Infragistics.WebUI.WebControls.SmartWebControl)
Protected FieldstyleInfoName (Inherited from Infragistics.WebUI.WebControls.SmartWebControl)
See Also