Click or drag to resize

IAngularUICalendar Properties

The IAngularUICalendar type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets the collection of child objects.
(Inherited from IObjectTreeNode.)
Public propertyEnabled
Specifies whether the object is enabled or disabled.
(Inherited from IControl.)
Public propertyHeight
The object's height in pixels.
(Inherited from IControl.)
Public propertyParent
The parent object.
(Inherited from IObjectTreeNode.)
Public propertyScreenLeft
The horizontal position of the object's left edge in screen coordinates.
(Inherited from IControl.)
Public propertyScreenTop
The vertical position of the object's top edge in screen coordinates.
(Inherited from IControl.)
Public propertyVisible
Specifies whether an onscreen object is visible to users.
(Inherited from IControl.)
Public propertyVisibleOnScreen
Specifies whether the whole object or any of its parts is currently visible on screen.
(Inherited from IControl.)
Public propertywCurrentView
Returns the index of the current view.
Public propertywEndDate
Returns the last visible date.
Public propertywEventCount
Returns the number of events in the visible date interval.
Public propertywEventEnd
Returns the date/time when the specified event ends.
Public propertywEventStart
Returns the date/time when the specified event begins.
Public propertywEventTitle
Returns the title of the event specified by its index.
Public propertywEventURL
Returns the URL of the specified event.
Public propertyWidth
The object's width in pixels.
(Inherited from IControl.)
Public propertywStartDate
Returns the first visible date.
Public propertywViewCount
Returns the number of views in the calendar.
Public propertywViewName
Returns the name of the view specified by its index.
Top
See Also