KryptonDataGridViewPercentageColumn Class

Krypton OutlookGrid

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

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

The KryptonDataGridViewPercentageColumn type exposes the following members.

Constructors
  NameDescription
Public methodKryptonDataGridViewPercentageColumn
Initialize a new instance of the KryptonDataGridViewPercentageColumn class.
Top
Properties
  NameDescription
Public propertyAutoSizeMode (Inherited from DataGridViewColumn.)
Public propertyCellTemplate
Overrides CellTemplate
(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 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 propertyValueType (Inherited from DataGridViewColumn.)
Public propertyVisible (Inherited from DataGridViewColumn.)
Public propertyWidth (Inherited from DataGridViewColumn.)
Top
Methods
  NameDescription
Public methodClone (Inherited from DataGridViewColumn.)
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
Returns a standard compact string representation of the column.
(Overrides DataGridViewColumnToString.)
Top
Events
  NameDescription
Public eventDisposed (Inherited from DataGridViewColumn.)
Top
See Also