OutlookGridColumn Class

Krypton OutlookGrid

OutlookGridColumn Class
Krypton OutlookGrid v1.6.0
Column for the OutlookGrid
Inheritance Hierarchy
SystemObject  JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridColumn

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 OutlookGridColumn : IEquatable<OutlookGridColumn>
Public Class OutlookGridColumn
	Implements IEquatable(Of OutlookGridColumn)

The OutlookGridColumn type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDataGridViewColumn
Gets or sets the associated DataGridViewColumn
Public propertyGroupIndex
Gets or sets the column's position in grouping and at which level
Public propertyGroupingType
Gets or sets the group
Public propertyIsGrouped
Gets or sets if the column is grouped
Public propertyName
Gets or sets the column name
Public propertySortDirection
Gets or sets the sort direction
Public propertySortIndex
Gets or sets the column's position among sorted columns
Top
Methods
  NameDescription
Public methodEquals(Object) (Inherited from Object.)
Public methodEquals(OutlookGridColumn)
Defines Equals methode (interface IEquatable)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also