Overload List
Overload | Description |
ListColumnInfo Constructor() | Initializes a new instance of the ListColumnInfo class. |
ListColumnInfo Constructor(String) | Initializes a new instance of the ListColumnInfo class with header text. |
ListColumnInfo Constructor(DataDisplayType) | Initializes a new instance of the ListColumnInfo class with display type. |
ListColumnInfo Constructor(DataDisplayType,DefaultSubItemInfo) | Initializes a new instance of the ListColumnInfo class with settings. |
ListColumnInfo Constructor(DataDisplayType,DefaultSubItemInfo,Int32) | Initializes a new instance of the ListColumnInfo class with settings. |
ListColumnInfo Constructor(DataDisplayType,DefaultSubItemInfo,Int32,Boolean) | Initializes a new instance of the ListColumnInfo class with settings. |
ListColumnInfo Constructor(Boolean,DataDisplayType,String,DefaultSubItemInfo,IComparer,SortOrder,Boolean,Int32) | Initializes a new instance of the ListColumnInfo class with settings. |
ListColumnInfo Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of this class. |
See Also