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

The DataGridDbTableIndexesColumn type exposes the following members.

Properties

  NameDescription
Public propertyAlignment
Gets or sets the alignment of text in a column.
(Inherited from DataGridColumnStyle.)
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public propertyCompileTimeValidation (Inherited from DataGridEmptyColumn.)
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyDataGridTableStyle
Gets the DataGridTableStyle for the column.
(Inherited from DataGridColumnStyle.)
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Protected propertyFontHeight
Gets the height of the column's font.
(Inherited from DataGridColumnStyle.)
Public propertyHeaderAccessibleObject
Gets the AccessibleObject for the column.
(Inherited from DataGridColumnStyle.)
Public propertyHeaderText
Gets or sets the text of the column header.
(Inherited from DataGridColumnStyle.)
Public propertyMappingName (Inherited from DataGridEmptyColumn.)
Public propertyNullText
Gets or sets the text that is displayed when the column contains null.
(Inherited from DataGridColumnStyle.)
Public propertyPropertyDescriptor
Gets or sets the PropertyDescriptor that determines the attributes of data displayed by the DataGridColumnStyle.
(Inherited from DataGridColumnStyle.)
Public propertyReadOnly
Gets or sets a value indicating whether the data in the column can be edited.
(Inherited from DataGridColumnStyle.)
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertyWidth
Gets or sets the width of the column.
(Inherited from DataGridColumnStyle.)

See Also