KryptonDataGridViewRatingColumn Class

Krypton OutlookGrid

KryptonDataGridViewRatingColumn Class
Krypton OutlookGrid v1.6.0
Class for a rating column
Inheritance Hierarchy
SystemObject  System.Windows.FormsDataGridViewElement
    System.Windows.FormsDataGridViewBand
      System.Windows.FormsDataGridViewColumn
        System.Windows.FormsDataGridViewImageColumn
          JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.CustomColumnsKryptonDataGridViewRatingColumn

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 KryptonDataGridViewRatingColumn : DataGridViewImageColumn
Public Class KryptonDataGridViewRatingColumn
	Inherits DataGridViewImageColumn

The KryptonDataGridViewRatingColumn type exposes the following members.

Constructors
  NameDescription
Public methodKryptonDataGridViewRatingColumn
Constructor
Top
Properties
  NameDescription
Public propertyAutoSizeMode (Inherited from DataGridViewColumn.)
Public propertyCellTemplate (Inherited from DataGridViewImageColumn.)
Public propertyCellType (Inherited from DataGridViewColumn.)
Public propertyContextMenuStrip (Inherited from DataGridViewColumn.)
Public propertyDataGridView (Inherited from DataGridViewElement.)
Public propertyDataPropertyName (Inherited from DataGridViewColumn.)
Public propertyDefaultCellStyle (Inherited from DataGridViewImageColumn.)
Public propertyDefaultHeaderCellType (Inherited from DataGridViewBand.)
Public propertyDescription (Inherited from DataGridViewImageColumn.)
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 propertyIcon (Inherited from DataGridViewImageColumn.)
Public propertyImage (Inherited from DataGridViewImageColumn.)
Public propertyImageLayout (Inherited from DataGridViewImageColumn.)
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 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 DataGridViewColumn.)
Public propertyState (Inherited from DataGridViewElement.)
Public propertyTag (Inherited from DataGridViewBand.)
Public propertyToolTipText (Inherited from DataGridViewColumn.)
Public propertyValuesAreIcons (Inherited from DataGridViewImageColumn.)
Public propertyValueType (Inherited from DataGridViewColumn.)
Public propertyVisible (Inherited from DataGridViewColumn.)
Public propertyWidth (Inherited from DataGridViewColumn.)
Top
Methods
  NameDescription
Public methodClone (Inherited from DataGridViewImageColumn.)
Public methodDispose (Inherited from DataGridViewBand.)
Protected methodDispose(Boolean) (Inherited from DataGridViewColumn.)
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 DataGridViewImageColumn.)
Top
Events
  NameDescription
Public eventDisposed (Inherited from DataGridViewColumn.)
Top
See Also