KryptonDataGridViewTextAndImageColumn Class

Krypton OutlookGrid

KryptonDataGridViewTextAndImageColumn Class
Krypton OutlookGrid v1.6.0
Hosts a collection of KryptonDataGridViewTextAndImageCell cells.
Inheritance Hierarchy
SystemObject  System.Windows.FormsDataGridViewElement
    System.Windows.FormsDataGridViewBand
      System.Windows.FormsDataGridViewColumn
        JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.CustomColumnsKryptonDataGridViewTextAndImageColumn

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 KryptonDataGridViewTextAndImageColumn : DataGridViewColumn
Public Class KryptonDataGridViewTextAndImageColumn
	Inherits DataGridViewColumn

The KryptonDataGridViewTextAndImageColumn type exposes the following members.

Constructors
  NameDescription
Public methodKryptonDataGridViewTextAndImageColumn
Initialize a new instance of the KryptonDataGridViewTextBoxColumn class.
Top
Properties
  NameDescription
Public propertyAutoSizeMode (Inherited from DataGridViewColumn.)
Public propertyButtonSpecs
Gets the collection of the button specifications.
Public propertyCellTemplate
Gets or sets the template used to model cell appearance.
(Overrides DataGridViewColumnCellTemplate.)
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
Gets or sets the maximum number of characters that can be entered into the text box.
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
Gets or sets the sort mode for the column.
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
Create a cloned copy of the column.
(Overrides DataGridViewColumnClone.)
Public methodDispose (Inherited from DataGridViewBand.)
Protected methodDispose(Boolean)
Clean up any resources being used.
(Overrides DataGridViewColumnDispose(Boolean).)
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
Returns a String that represents the current Object.
(Overrides DataGridViewColumnToString.)
Top
Events
  NameDescription
Public eventButtonSpecClick
Occurs when the user clicks a button spec.
Public eventDisposed (Inherited from DataGridViewColumn.)
Top
See Also