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

A column style for rendering lines that represent the indexes of a table. The values bound to the MappingName aren't used, the column is only used for drawing the lines.

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

Syntax

C#
public class DataGridDbTableIndexesColumn : DataGridEmptyColumn
Visual Basic
Public Class DataGridDbTableIndexesColumn
	Inherits DataGridEmptyColumn
Visual C++
public ref class DataGridDbTableIndexesColumn : public DataGridEmptyColumn

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..DataGridColumnStyle
        DataGridEmptyColumn
          NTier.Model.Forms..::..DataGridDbTableIndexesColumn

See Also