OutlookGridGroupBoxColumn Class

Krypton OutlookGrid

OutlookGridGroupBoxColumn Class
Krypton OutlookGrid v1.6.0
Column for the OutlookGrid GroupBox
Inheritance Hierarchy
SystemObject  JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridGroupBoxColumn

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

The OutlookGridGroupBoxColumn type exposes the following members.

Constructors
  NameDescription
Public methodOutlookGridGroupBoxColumn
Constructor
Top
Properties
  NameDescription
Public propertyColumnName
Gets or sets the associated column name
Public propertyGroupingType
Gets or sets a string that corresponds to the name of the OutlookGridGroup
Public propertyGroupInterval
Gets or sets the date interval if the grouping type is OutlookDateTimeGroup
Public propertyIsHovered
Gets or sets the boolean that indicates if the column is currently beeing hovered by the mouse.
Public propertyIsMoving
Gets or sets the boolean that indicates if the column is currently beeing dragged.
Public propertyPressed
Gets or sets the boolean that indicates if the column is in a pressed state.
Public propertyRect
Gets or sets the associated Rectangle that represents the column
Public propertySortBySummaryCount
Gets or sets the boolean that indicates if the column should be grouped by using the count value
Public propertySortDirection
Gets or sets the Sort direction of the column.
Public propertyText
Gets or sets the HeaderText of the column.
Top
Methods
  NameDescription
Public methodEquals(Object) (Inherited from Object.)
Public methodEquals(OutlookGridGroupBoxColumn)
Defines Equals method on the columnName
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