See also:
NTier Windows Forms Framework Home
NTier Framework API reference

A DataGridViewTextBoxCell that allows the editing of array of descriptions. When the cell is not being edited, the best fit description for the length of the column is painted.

Namespace: NTier.Designer.Forms
Assembly: NTier.Designer.Forms (in NTier.Designer.Forms.dll) Version: 1.0.0.0

Syntax

C#
public class DescriptionListDataGridViewCell : NDataGridViewTextBoxCell
Visual Basic
Public Class DescriptionListDataGridViewCell
	Inherits NDataGridViewTextBoxCell
Visual C++
public ref class DescriptionListDataGridViewCell : public NDataGridViewTextBoxCell

Inheritance Hierarchy

System..::..Object
  System.Windows.Forms..::..DataGridViewElement
    System.Windows.Forms..::..DataGridViewCell
      System.Windows.Forms..::..DataGridViewTextBoxCell
        NDataGridViewTextBoxCell
          NTier.Designer.Forms..::..DescriptionListDataGridViewCell

See Also