C# Class Xnlab.SQLMon.Controls.OutlookGrid.OutlookgGridDefaultGroup

each arrange/grouping class must implement the IOutlookGridGroup interface the Group object will determine for each object in the grid, whether it falls in or outside its group. It uses the IComparable.CompareTo function to determine if the item is in the group.
Inheritance: IOutlookGridGroup
ファイルを表示 Open project: unruledboy/SQLMonitor Class Usage Examples

Protected Properties

Property Type Description
Val object
collapsed bool
column System.Windows.Forms.DataGridViewColumn
height int
itemCount int
text string

Public Methods

Method Description
Clone ( ) : object
CompareTo ( object obj ) : int

this is a basic string comparison operation. all items are grouped and categorised based on their string-appearance.

OutlookgGridDefaultGroup ( ) : System

Method Details

Clone() public method

public Clone ( ) : object
return object

CompareTo() public method

this is a basic string comparison operation. all items are grouped and categorised based on their string-appearance.
public CompareTo ( object obj ) : int
obj object the value in the related column of the item to compare to
return int

OutlookgGridDefaultGroup() public method

public OutlookgGridDefaultGroup ( ) : System
return System

Property Details

Val protected_oe property

protected object Val
return object

collapsed protected_oe property

protected bool collapsed
return bool

column protected_oe property

protected DataGridViewColumn,System.Windows.Forms column
return System.Windows.Forms.DataGridViewColumn

height protected_oe property

protected int height
return int

itemCount protected_oe property

protected int itemCount
return int

text protected_oe property

protected string text
return string