Version

Dimensions Property

Returns or sets a value indicating the preferred rows and columns of groups to be displayed within the control.
Syntax
'Declaration
 
Public Property Dimensions As CalendarDimensions
public CalendarDimensions Dimensions {get; set;}
Remarks

The CalendarDimensions is used by the Infragistics.Controls.Editors.Primitives.CalendarItemGroupPanel within the template of the CalendarBase to determine the minimum number of rows and columns of Infragistics.Controls.Editors.Primitives.CalendarItemGroup instances that it should create and arrange. If the AutoAdjustDimensions is true, which is the default value, and the CalendarItemGroupPanel has space to display mode groups it will automatically create additional groups up to its Infragistics.Controls.Editors.Primitives.CalendarItemGroupPanel.MaxGroups.

If you re-template the CalendarBase such that it does not contain a Infragistics.Controls.Editors.Primitives.CalendarItemGroupPanel, this property will not affect the display of the control.

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