OutlookGridColumnCollection Class

Krypton OutlookGrid

OutlookGridColumnCollection Class
Krypton OutlookGrid v1.6.0
List of the current columns of the OutlookGrid
Inheritance Hierarchy
SystemObject  System.Collections.GenericListOutlookGridColumn
    JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridColumnCollection

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public class OutlookGridColumnCollection : List<OutlookGridColumn>
Public Class OutlookGridColumnCollection
	Inherits List(Of OutlookGridColumn)

The OutlookGridColumnCollection type exposes the following members.

Constructors
  NameDescription
Public methodOutlookGridColumnCollection
Constructor
Top
Properties
  NameDescription
Public propertyCapacity (Inherited from ListOutlookGridColumn.)
Public propertyCount (Inherited from ListOutlookGridColumn.)
Public propertyItemInt32 (Inherited from ListOutlookGridColumn.)
Public propertyItemString
Gets the OutlookGridColumn in the list by its name
Public propertyMaxGroupIndex
Gets or Sets the maximum GroupIndex in the collection
Public propertyMaxSortIndex
Gets or sets the maximum SortIndex in the collection
Top
Methods
  NameDescription
Public methodAdd
Add an OutlookGridColumn to the collection.
Public methodAddRange (Inherited from ListOutlookGridColumn.)
Public methodAsReadOnly (Inherited from ListOutlookGridColumn.)
Public methodBinarySearch(T) (Inherited from ListOutlookGridColumn.)
Public methodBinarySearch(T, IComparerT) (Inherited from ListOutlookGridColumn.)
Public methodBinarySearch(Int32, Int32, T, IComparerT) (Inherited from ListOutlookGridColumn.)
Public methodClear (Inherited from ListOutlookGridColumn.)
Public methodContains (Inherited from ListOutlookGridColumn.)
Public methodConvertAllTOutput (Inherited from ListOutlookGridColumn.)
Public methodCopyTo(T) (Inherited from ListOutlookGridColumn.)
Public methodCopyTo(T, Int32) (Inherited from ListOutlookGridColumn.)
Public methodCopyTo(Int32, T, Int32, Int32) (Inherited from ListOutlookGridColumn.)
Public methodCountGrouped
Gets the number of columns grouped
Public methodDebugOutput
Outputs Debug information to the console.
Public methodEquals (Inherited from Object.)
Public methodExists (Inherited from ListOutlookGridColumn.)
Protected methodFinalize (Inherited from Object.)
Public methodFind (Inherited from ListOutlookGridColumn.)
Public methodFindAll (Inherited from ListOutlookGridColumn.)
Public methodFindFromColumnIndex
Gets the column from its real index (from the underlying DataGridViewColumn)
Public methodFindFromColumnName
Gets the column from its name
Public methodFindGroupedColumns
Gets the list of grouped columns
Public methodFindIndex(PredicateT) (Inherited from ListOutlookGridColumn.)
Public methodFindIndex(Int32, PredicateT) (Inherited from ListOutlookGridColumn.)
Public methodFindIndex(Int32, Int32, PredicateT) (Inherited from ListOutlookGridColumn.)
Public methodFindLast (Inherited from ListOutlookGridColumn.)
Public methodFindLastIndex(PredicateT) (Inherited from ListOutlookGridColumn.)
Public methodFindLastIndex(Int32, PredicateT) (Inherited from ListOutlookGridColumn.)
Public methodFindLastIndex(Int32, Int32, PredicateT) (Inherited from ListOutlookGridColumn.)
Public methodForEach (Inherited from ListOutlookGridColumn.)
Public methodGetEnumerator (Inherited from ListOutlookGridColumn.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetIndexAndSortGroupedColumns
Gets a list of columns which are sorted and not grouped.
Public methodGetIndexAndSortSortedOnlyColumns
Gets a list of columns which are sorted and not grouped.
Public methodGetRange (Inherited from ListOutlookGridColumn.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(T) (Inherited from ListOutlookGridColumn.)
Public methodIndexOf(T, Int32) (Inherited from ListOutlookGridColumn.)
Public methodIndexOf(T, Int32, Int32) (Inherited from ListOutlookGridColumn.)
Public methodInsert (Inherited from ListOutlookGridColumn.)
Public methodInsertRange (Inherited from ListOutlookGridColumn.)
Public methodLastIndexOf(T) (Inherited from ListOutlookGridColumn.)
Public methodLastIndexOf(T, Int32) (Inherited from ListOutlookGridColumn.)
Public methodLastIndexOf(T, Int32, Int32) (Inherited from ListOutlookGridColumn.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove (Inherited from ListOutlookGridColumn.)
Public methodRemoveAll (Inherited from ListOutlookGridColumn.)
Public methodRemoveAt (Inherited from ListOutlookGridColumn.)
Public methodRemoveRange (Inherited from ListOutlookGridColumn.)
Public methodReverse (Inherited from ListOutlookGridColumn.)
Public methodReverse(Int32, Int32) (Inherited from ListOutlookGridColumn.)
Public methodSort (Inherited from ListOutlookGridColumn.)
Public methodSort(IComparerT) (Inherited from ListOutlookGridColumn.)
Public methodSort(ComparisonT) (Inherited from ListOutlookGridColumn.)
Public methodSort(Int32, Int32, IComparerT) (Inherited from ListOutlookGridColumn.)
Public methodToArray (Inherited from ListOutlookGridColumn.)
Public methodToString (Inherited from Object.)
Public methodTrimExcess (Inherited from ListOutlookGridColumn.)
Public methodTrueForAll (Inherited from ListOutlookGridColumn.)
Top
See Also