ASP.NET Pack Programmer's Guide
Calendar.Dom Field
See Also
 





An object, which keeps references to various DOM elements, part of the control's structure

Namespace: MindFusion.UI.WebForms
Package: Calendar.js

 Syntax

JavaScript  Copy Code

var Dom

 Remarks

The Dom object contains the following members:
- element (div) - the main element of the control;
- header (div) - the header element of the control;
- content (div) - the content element of the control;
- footer (div) - the footer element of the control;
- cells (Array) - the collection of day cells;

 See Also

Calendar Members
Calendar Class
MindFusion.UI.WebForms Namespace