Property | Type | Description | |
---|---|---|---|
MinWidth | int |
Method | Description | |
---|---|---|
CustomListColumn ( ) : System |
Initializes a new instance of the T:CustomListColumn class.
|
|
CustomListColumn ( string title ) : System |
Initializes a new instance of the T:CustomListColumn class.
|
|
CustomListColumn ( string title, |
Initializes a new instance of the T:CustomListColumn class.
|
|
CustomListColumn ( string title, System property ) : System |
Initializes a new instance of the T:CustomListColumn class.
|
|
Equals ( object other ) : bool |
Equality test. Based on GetHashCode() between objects of this type
|
|
FireClick ( |
Raises the OnClick event for the specified row
|
|
FireKeyPress ( |
Raises the KeyPress event for the specified row
|
|
GetHashCode ( ) : int |
Gets the hash code of the title of this column
|
|
ResizeTitle ( System font ) : void |
Resizes the title width based on the size of the input font
|
public CustomListColumn ( string title ) : System | ||
title | string | Column title |
return | System |
public CustomListColumn ( string title, |
||
title | string | Column title |
property | ObjProperty that will reflect on the objects contained in the list | |
return | System |
public CustomListColumn ( string title, System property ) : System | ||
title | string | Column title |
property | System | PropertyInfo that will reflect on the objects contained in the list |
return | System |
public FireClick ( |
||
row | Row to raise event with | |
return | void |
public FireKeyPress ( |
||
row | Row to raise event with | |
e | Args | |
return | void |