Intersoft ClientUI Documentation
ItemsPanel Property (UXCalendar)



Gets or sets the template that defines the panel that controls the layout of the calendar item.
Syntax
Public Property ItemsPanel As ItemsPanelTemplate
Dim instance As UXCalendar
Dim value As ItemsPanelTemplate
 
instance.ItemsPanel = value
 
value = instance.ItemsPanel
public ItemsPanelTemplate ItemsPanel {get; set;}
public:
property ItemsPanelTemplate^ ItemsPanel {
   ItemsPanelTemplate^ get();
   void set (    ItemsPanelTemplate^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXCalendar Class
UXCalendar Members

Send Feedback