Name | Description | |
---|---|---|
Container | Returns main container for dashboard itemContainers | |
Items | Returns DashboardCollection list of Dashboard DashboardItem items | |
LayoutItemContainers | Returns System.Collections.IList list of ItemContainer instances. |
The following tables list the members exposed by ILayout.
Name | Description | |
---|---|---|
Container | Returns main container for dashboard itemContainers | |
Items | Returns DashboardCollection list of Dashboard DashboardItem items | |
LayoutItemContainers | Returns System.Collections.IList list of ItemContainer instances. |
Name | Description | |
---|---|---|
Attach | Attaches dashboard ItemContainers to layout control. | |
BeginInit | (Inherited from System.ComponentModel.ISupportInitialize) | |
CanDrag | Defines whether the ItemContainer instance can be dragged or resized. | |
CreateItemContainer | Creates an ItemContainer. | |
DeselectItemContainer | Removes selection from ItemContainer instance. | |
Detach | Detaches dashboard itemContainers from layout control. | |
EndInit | (Inherited from System.ComponentModel.ISupportInitialize) | |
FindItemContainer | Looks for ItemCotainer with defined unique identifier. | |
GetBounds | Returns System.Drawing.Rectangle bounds of the ItemContainer. | |
GetFace | Returns face image of ItemContainer instance. | |
GetId | Gets Id for ItemContainer instance. | |
GetItemContainerOnPoint | Returns ItemContainer instance at point. | |
GetItemProperties | Gets the Dashboard properties for item. | |
InitializeNew | Initializes a newly created layout. The method is called when a C1DashboardLayout is first initialized, typically after being first added to a design surface. | |
IsItemContainer | Defines whether the object is an ItemContainer. | |
LoadLayout | Restores elements of the child container. | |
Maximize | Maximizes ItemContainer | |
PopulateItemContainer | Populates item container by items from source item container. | |
RemoveItemContainer | Removes an ItemContainer. | |
Restore | Restores maximized ItemContainer to it's original size. | |
SaveLayout | Stores elements of the child container. | |
SelectItemContainer | Selects ItemContainer instance. | |
SetBounds | Sets bounds for the ItemContainer instance. | |
SetDelegates | Set appropriate delegates in order to control adding/removing/synchronizing ItemContainers by C1DashboardLayout instance. | |
SetId | Sets Id for ItemContainer instance. | |
SetItemProperties | Sets the Dashboard properties for item. | |
SetParent | Sets parent for ILayout container. | |
SetPlaceholderAt | Replaces the ItemContainer instance by placeholder or replaces the placeholder by ItemContainer instance. | |
SetRightToLeft | Set RightToLeft property to maximized panel: control elements are displayed from right to left | |
UpdateStyle | Updates style according to the current theme. | |
UseOptions | Force Layout control to use the Dashboard options. | |
UseTheme | Apply the specified theme to layout |