[]
Additional Dashboard options to use by layout control
public class DashboardOptions
Name | Description |
---|---|
AllowDrag | Allows to drag and drop ItemContainers. |
AllowResize | Allows to resize ItemContainers. |
ContextMenuStrip | ContextMenuStrip to use on ItemContainer instances. |
Cues | Use cues while dragging ItemContainers. |
DashboardLayout | Gets or sets the C1DashboardLayout instance the DashboardOptions belongs. |
GlobalDrag | Defines whether the item containers can be dragged from this C1DashboardLayout control to others where this global dragging also allowed. |
HeaderAppearance | Defines the header appearance. |
HeaderElements | Gets a list of the ItemContainer header additional elements. |
MaximumItemContainerSize | Maximum ItemContainer instance size. When the size of parent container increases the child ItemContainer instances increase accordingly proportionally till the ItemContainer instance size reaches MamimumSize.In discrete system MaximumSize is a maximal size of child grid cell. |
MinimumItemContainerSize | Minimum ItemContainer instance size. When the size of parent container decreases the child ItemContainer instances decrease accordingly proportionally till the ItemContainer instance size reaches MinimumSize. In discrete system MinimumSize is a minimal size of child grid cell. |
Span | Discrete size multiplier. This can be used for discrete resizing of ItemContainer. |
ToolIconAppearance | Gets or sets location of tool icon if Caption property is not defined for ItemContainer. |