Version

WebScheduleInfo Class Properties

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

Public Properties
 NameDescription
Public PropertyActiveDayClientSynchronizationDetermines how the WebSchedule view elements attached to this WebScheduleInfo control syncronize their active day on the client.  
Public PropertyActiveDayUtcReturns a Infragistics.WebUI.Shared.SmartDate object representing the current active day. The active day is always in UTC.  
Public PropertyActiveResourceReturns a reference to the active Resource object for attached WebSchedule views.  
Public PropertyActiveResourceNameGets/sets the resource name for the currently displayed, or active resource for all attached WebSchedule view elements.  
Public PropertyActivitiesReturns the collection of Activity objects.  
Public PropertyAllowAllDayEventsGets/sets whether AllDayEvents will be allowed.  
Public PropertyAppointmentFormPathThe path of the Appointment Dialog.  
Public PropertyAppointmentsReturns the collection of Appointment objects. In Version 1 of WebSchedule, all Activities are also Appointments. This will not be the case in subsequent releases.  
Public PropertyAppRelativeTemplateSourceDirectoryGets or sets the application-relative virtual directory of the System.Web.UI.Page or System.Web.UI.UserControl object that contains this control. (Inherited from System.Web.UI.Control)
Public PropertyAttributesGets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyClientEventsThe ClientSideEvents object maintains the names of JavaScript functions that are to be called on the client side in response to various events that can be processed there without the need for a server post-back.  
Public PropertyClientIDGets the control ID for HTML markup that is generated by ASP.NET. (Inherited from System.Web.UI.Control)
Public PropertyClientIDModeGets or sets the algorithm that is used to generate the value of the System.Web.UI.Control.ClientID property. (Inherited from System.Web.UI.Control)
Public PropertyControlsGets a System.Web.UI.ControlCollection object that represents the child controls for a specified server control in the UI hierarchy. (Inherited from System.Web.UI.Control)
Public PropertyControlStyleGets the style of the Web server control. This property is used primarily by control developers. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyControlStyleCreatedGets a value indicating whether a System.Web.UI.WebControls.Style object has been created for the System.Web.UI.WebControls.WebControl.ControlStyle property. This property is primarily used by control developers. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyCultureInfoCultureInfo object used by the control to obtain values of date formats, patterns, etc.  
Public PropertyCultureInfoResolvedActual CultureInfo object used by the control.  
Public PropertyCurrentTimeZoneReturns or sets the timezone to be used to properly render activites according to the location of the client browser.  
Public PropertyDataFetchSpecifies an implementation of the IDataFetch interface WebScheduleInfo uses during it's DataBind method.  
Public PropertyDataUpdateSpecifies an implementation of the IDataUpdate interface WebScheduleInfo uses to add and update information received from the client.  
Public PropertyDefaultReminderIntervalReturns or sets the minimum date allowed.  
Public PropertyEnableAppStylingEnables support on this control for the Application Styling Framework(tm). (Inherited from Infragistics.WebUI.WebControls.SmartWebControl)
Public PropertyEnableEmailRemindersIndicates what the default preference of Resources is with regard to receiving E-Mail reminder notifications.  
Public PropertyEnableMultiDayEventArrowsIndicates whether the multi-day events should show arrow if the event duration is longer than the visible days area.  
Public PropertyEnableMultiDayEventBannerIndicates whether the multi-day events should be rendered as appointments for each day or single banner.  
Public PropertyEnableMultiResourceCaptionIndicates whether caption with all resources shall be rendered to provide visual aid for what resources are shown and to enable switching of active reosurce.  
Public PropertyEnableMultiResourceViewIndicates whether appointments for all resources will be displayed in overlay mode.  
Public PropertyEnableProgressIndicatorWhether or not a Progress Indicator will be displayed during a SmartCallback.  
Public PropertyEnableRecurringActivitiesGets/sets whether recurring Appointments are supported.  
Public PropertyEnableRemindersDetermines whether reminder notifications for the ActiveResource are enabled by default.  
Public PropertyEnableSmartCallbacksWhen True, causes WebSchedule to use callbacks instead of postbacks.  
Public PropertyEnableThemingGets or sets a value indicating whether themes apply to this control. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyEnableUnassignedResourceIndicates whether caption with all resources shall be rendered to provide visual aid for what resources are shown and to enable switching of active reosurce.  
Public PropertyEnableViewStateGets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client. (Inherited from System.Web.UI.Control)
Public PropertyFirstDayOfWeekReturns or sets the System.DayOfWeek used as the first day of the week for various date calculations.  
Public PropertyFirstDayOfWeekResolvedReturns the day of the week considered the start of the week.  
Public PropertyHasAttributesGets a value indicating whether the control has attributes set. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyIDGets or sets the programmatic identifier assigned to the server control. (Inherited from System.Web.UI.Control)
Public PropertyImageDirectoryDirectory in which the images used for the tabs are stored. (Inherited from Infragistics.WebUI.WebControls.WebControlBase)
Public PropertyJavaScriptFileNameBase path and name for the Javascript file(s) used for client-side processing. (Inherited from Infragistics.WebUI.WebControls.SmartWebControl)
Public PropertyJavaScriptFileNameCommonOverridden. The URL in which the shared Infragistics Javascript for the Appointment and Reminder dialogs have been deployed.  
Public PropertyJavaScriptFileNameDialogThe URL in which the dialog Javascripts for the Appointment and Reminder dialogs have been deployed.  
Public PropertyLoggedOnUserNameIdentifies the currently logged on user for WebSchedule.  
Public PropertyNamingContainerGets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same System.Web.UI.Control.ID property value. (Inherited from System.Web.UI.Control)
Public PropertyPageGets a reference to the System.Web.UI.Page instance that contains the server control. (Inherited from System.Web.UI.Control)
Public PropertyParentGets a reference to the server control's parent control in the page control hierarchy. (Inherited from System.Web.UI.Control)
Public PropertyReminderFormPathThe path of the Reminder Dialog.  
Public PropertyRenderingCompatibilityGets a value that specifies the ASP.NET version that rendered HTML will be compatible with. (Inherited from System.Web.UI.Control)
Public PropertySiteGets information about the container that hosts the current control when rendered on a design surface. (Inherited from System.Web.UI.Control)
Public PropertySkinIDGets or sets the skin to apply to the control. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyStyleGets a collection of text attributes that will be rendered as a style attribute on the outer tag of the Web server control. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyStyleSetNameName of the Application Styling Framework(tm) style set defining the themed appearance for this control. (Inherited from Infragistics.WebUI.WebControls.SmartWebControl)
Public PropertyStyleSetPathPath containing the Application Styling Framework(tm) style set files for this type of control. (Inherited from Infragistics.WebUI.WebControls.SmartWebControl)
Public PropertyStyleSheetDirectory (Inherited from Infragistics.WebUI.WebControls.SmartWebControl)
Public PropertySupportsDisabledAttributeGets a value that indicates whether the control should set the disabled attribute of the rendered HTML element to "disabled" when the control's System.Web.UI.WebControls.WebControl.IsEnabled property is false. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyTemplateControlGets or sets a reference to the template that contains this control. (Inherited from System.Web.UI.Control)
Public PropertyTemplateSourceDirectoryGets the virtual directory of the System.Web.UI.Page or System.Web.UI.UserControl that contains the current server control. (Inherited from System.Web.UI.Control)
Public PropertyTimeDisplayFormatDetermines how times are displayed: 0 = Time12Hour (hh:mm AM/PM) 1 = Time24Hour (HH:mm) 2 = Default  
Public PropertyTimeDisplayFormatResolvedReturns the TimeDisplayFormat. If the value is Default, it converts it to either Time12Hour or Time24Hour based on the ShortTimePatter of the CultureInfo.  
Public PropertyTimeZoneOffsetReturns the timezone offset based on the CurrentTimeZone property  
Public Propertystatic (Shared in Visual Basic)TimeZoneServerStatic value used for the TimeZoneOffset property to specify a TimeSpan that indicates that the Server TimeZone is to be used for rendering date/time related schedule data. This value is the default value for the TimeZoneOffset property. (TimeZoneOffset)  
Public PropertyUniqueIDGets the unique, hierarchically qualified identifier for the server control. (Inherited from System.Web.UI.Control)
Public PropertyUtcNowReturns a SmartDate representing the current time and date in UTC format.  
Public PropertyUtcTodayReturns a SmartDate representing the current date in UTC format.  
Public PropertyValidateRequestModeGets or sets a value that indicates whether the control checks client input from the browser for potentially dangerous values. (Inherited from System.Web.UI.Control)
Public PropertyViewStateModeGets or sets the view-state mode of this control. (Inherited from System.Web.UI.Control)
Public PropertyVisibleResourcesReturns the collection of Resource objects. Resources are used to identify the entity to which an Activity belongs. In the WebSchedule data model, there are multiple Resources, each of which can have many activities associated. The particular resource that is displayed within UI controls depends on the ActiveResource property setting. By setting the ActiveResourceName string property to a known resource in the system, the Resource object will be automatically populated from the data source.  
Public PropertyWeekRuleThe rule used to determine how the first week of the year is calculated.  
Public PropertyWorkDayEndTimeThe default time used to denote the end of a workday.  
Public PropertyWorkDayStartTimeThe default time used to denote the start of a workday.  
Protected Properties
 NameDescription
Protected PropertyAdapterGets the browser-specific adapter for the control. (Inherited from System.Web.UI.Control)
Protected PropertyChildControlsCreatedGets a value that indicates whether the server control's child controls have been created. (Inherited from System.Web.UI.Control)
Protected PropertyClientIDSeparatorGets a character value representing the separator character used in the System.Web.UI.Control.ClientID property. (Inherited from System.Web.UI.Control)
Protected PropertyControlPrefixOverridden. Overridden. Gets a short prefix string uniquely identifying controls of this type.  
Protected PropertyEventsGets a list of event handler delegates for the control. This property is read-only. (Inherited from System.Web.UI.Control)
Protected PropertyHasChildViewStateGets a value indicating whether the current server control's child controls have any saved view-state settings. (Inherited from System.Web.UI.Control)
Protected PropertyIdSeparatorGets the character used to separate control identifiers. (Inherited from System.Web.UI.Control)
Protected PropertyIsTrackingViewStateGets a value that indicates whether the server control is saving changes to its view state. (Inherited from System.Web.UI.Control)
Protected PropertyLoadViewStateByIDGets a value indicating whether the control participates in loading its view state by System.Web.UI.Control.ID instead of index. (Inherited from System.Web.UI.Control)
Protected PropertyPresetMaskResourcePath (Inherited from Infragistics.WebUI.WebControls.WebControlBase)
Protected PropertySubObjects (Inherited from Infragistics.WebUI.WebControls.SmartWebControl)
Protected PropertyTagKeyGets the System.Web.UI.HtmlTextWriterTag value that corresponds to this Web server control. This property is used primarily by control developers. (Inherited from System.Web.UI.WebControls.WebControl)
Protected PropertyTagNameGets the name of the control tag. This property is used primarily by control developers. (Inherited from System.Web.UI.WebControls.WebControl)
Protected PropertyViewStateGets a dictionary of state information that allows you to save and restore the view state of a server control across multiple requests for the same page. (Inherited from System.Web.UI.Control)
Protected PropertyViewStateIgnoresCaseGets a value that indicates whether the System.Web.UI.StateBag object is case-insensitive. (Inherited from System.Web.UI.Control)
See Also