Version

CalendarItemGroupPanel Class

Custom element used to create and position CalendarItemGroup instances for a Infragistics.Controls.Editors.CalendarBase
Syntax
'Declaration
 
Public Class CalendarItemGroupPanel 
   Inherits System.Windows.Controls.Panel
public class CalendarItemGroupPanel : System.Windows.Controls.Panel 
Remarks

The CalendarItemGroupPanel is designed to be used within the template of a Infragistics.Controls.Editors.CalendarBase. When used in the CalendarBase template, this class will automatically generate and arrange CalendarItemGroup instances based on the Dimensions. When the AutoAdjustDimensions is true, the panel will generate more CalendarItemGroups if they can fit up to the MaxGroups, which defaults to 12. You may also retemplate the CalendarBase such that it directly contains CalendarItemGroup instances and set their ReferenceGroupOffset.

By default, the GroupWidth and GroupHeight properties are set to double.NaN. When either is left set to the default, the panel will calculate the size required for a group to display its contents and arrange all the groups using that size.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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