DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / DashboardOptions Class
Properties

In This Topic
    DashboardOptions Class Members
    In This Topic

    The following tables list the members exposed by DashboardOptions.

    Public Properties
     NameDescription
    Public PropertyAllows to drag and drop ItemContainers.  
    Public PropertyAllows to resize ItemContainers.  
    Public PropertyContextMenuStrip to use on ItemContainer instances.  
    Public PropertyUse cues while dragging ItemContainers.  
    Public PropertyDefines whether the item containers can be dragged from this C1DashboardLayout control to others where this global dragging also allowed.  
    Public PropertyDefines the header appearance.  
    Public PropertyGets a list of the ItemContainer header additional elements.  
    Public PropertyMaximum 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.  
    Public PropertyMinimum 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.  
    Public PropertyDiscrete size multiplier. This can be used for discrete resizing of ItemContainer.  
    Public PropertyGets or sets location of tool icon if Caption property is not defined for ItemContainer.  
    Top
    See Also