KryptonDataGridViewTokenColumn Class

Krypton OutlookGrid

KryptonDataGridViewTokenColumn Class
Krypton OutlookGrid v1.6.0
Class for a rating column
Inheritance Hierarchy
SystemObject  System.Windows.FormsDataGridViewElement
    System.Windows.FormsDataGridViewBand
      System.Windows.FormsDataGridViewColumn
        KryptonDataGridViewTextBoxColumn
          JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.CustomColumnsKryptonDataGridViewTokenColumn

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.CustomColumns
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public class KryptonDataGridViewTokenColumn : KryptonDataGridViewTextBoxColumn
Public Class KryptonDataGridViewTokenColumn
	Inherits KryptonDataGridViewTextBoxColumn

The KryptonDataGridViewTokenColumn type exposes the following members.

Constructors
  NameDescription
Public methodKryptonDataGridViewTokenColumn
Constructor
Top
Properties
  NameDescription
Public propertyAutoSizeMode (Inherited from DataGridViewColumn.)
Public propertyButtonSpecs (Inherited from KryptonDataGridViewTextBoxColumn.)
Public propertyCellTemplate (Inherited from KryptonDataGridViewTextBoxColumn.)
Public propertyCellType (Inherited from DataGridViewColumn.)
Public propertyContextMenuStrip (Inherited from DataGridViewColumn.)
Public propertyDataGridView (Inherited from DataGridViewElement.)
Public propertyDataPropertyName (Inherited from DataGridViewColumn.)
Public propertyDefaultCellStyle (Inherited from DataGridViewColumn.)
Public propertyDefaultHeaderCellType (Inherited from DataGridViewBand.)
Public propertyDisplayed (Inherited from DataGridViewBand.)
Public propertyDisplayIndex (Inherited from DataGridViewColumn.)
Public propertyDividerWidth (Inherited from DataGridViewColumn.)
Public propertyFillWeight (Inherited from DataGridViewColumn.)
Public propertyFrozen (Inherited from DataGridViewColumn.)
Public propertyHasDefaultCellStyle (Inherited from DataGridViewBand.)
Public propertyHeaderCell (Inherited from DataGridViewColumn.)
Protected propertyHeaderCellCore (Inherited from DataGridViewBand.)
Public propertyHeaderText (Inherited from DataGridViewColumn.)
Public propertyIndex (Inherited from DataGridViewBand.)
Public propertyInheritedAutoSizeMode (Inherited from DataGridViewColumn.)
Public propertyInheritedStyle (Inherited from DataGridViewColumn.)
Public propertyIsDataBound (Inherited from DataGridViewColumn.)
Protected propertyIsRow (Inherited from DataGridViewBand.)
Public propertyMaxInputLength (Inherited from KryptonDataGridViewTextBoxColumn.)
Public propertyMinimumWidth (Inherited from DataGridViewColumn.)
Public propertyName (Inherited from DataGridViewColumn.)
Public propertyReadOnly (Inherited from DataGridViewColumn.)
Public propertyResizable (Inherited from DataGridViewColumn.)
Public propertySelected (Inherited from DataGridViewBand.)
Public propertySite (Inherited from DataGridViewColumn.)
Public propertySortMode (Inherited from KryptonDataGridViewTextBoxColumn.)
Public propertyState (Inherited from DataGridViewElement.)
Public propertyTag (Inherited from DataGridViewBand.)
Public propertyToolTipText (Inherited from DataGridViewColumn.)
Public propertyValueType (Inherited from DataGridViewColumn.)
Public propertyVisible (Inherited from DataGridViewColumn.)
Public propertyWidth (Inherited from DataGridViewColumn.)
Top
Methods
  NameDescription
Public methodClone (Inherited from KryptonDataGridViewTextBoxColumn.)
Public methodDispose (Inherited from DataGridViewBand.)
Protected methodDispose(Boolean) (Inherited from KryptonDataGridViewTextBoxColumn.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from DataGridViewBand.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetPreferredWidth (Inherited from DataGridViewColumn.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnDataGridViewChanged (Inherited from DataGridViewBand.)
Protected methodRaiseCellClick (Inherited from DataGridViewElement.)
Protected methodRaiseCellContentClick (Inherited from DataGridViewElement.)
Protected methodRaiseCellContentDoubleClick (Inherited from DataGridViewElement.)
Protected methodRaiseCellValueChanged (Inherited from DataGridViewElement.)
Protected methodRaiseDataError (Inherited from DataGridViewElement.)
Protected methodRaiseMouseWheel (Inherited from DataGridViewElement.)
Public methodToString (Inherited from KryptonDataGridViewTextBoxColumn.)
Top
Events
  NameDescription
Public eventButtonSpecClick (Inherited from KryptonDataGridViewTextBoxColumn.)
Public eventDisposed (Inherited from DataGridViewColumn.)
Top
See Also