| 名前 | 解説 |
| Appearances | この列で使用するために作成されたすべてのAppearanceオブジェクトのコレクション。 |
| AutoSizeMode | Gets or sets the mode by which the column automatically adjusts its width. System.Windows.Forms.DataGridViewColumnから継承されます。 |
| ButtonsLeft | 編集領域の左側に表示されるエディターボタンのコレクションです。 |
| ButtonsRight | 編集領域の右側に表示されるエディターボタンのコレクションです。 |
| ButtonStyle | セルボタンのスタイルを設定します。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。 |
| CellAppearance | セルのデフォルトの外観です。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。 |
| CellButtonAppearance | セルボタンのデフォルトの外観です。 |
| CellTemplate | Gets or sets the template used to create new cells. System.Windows.Forms.DataGridViewColumnから継承されます。 |
| CellType | Gets the run-time type of the cell template. System.Windows.Forms.DataGridViewColumnから継承されます。 |
| ContextMenuStrip | Gets or sets the shortcut menu for the column. System.Windows.Forms.DataGridViewColumnから継承されます。 |
| CreationFilter | クリエーション フィルターを設定します。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。 |
| CursorFilter | カーソル フィルターを設定します。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。 |
| DataGridView | Gets the System.Windows.Forms.DataGridView control associated with this element. System.Windows.Forms.DataGridViewElementから継承されます。 |
| DataPropertyName | Gets or sets the name of the data source property or database column to which the System.Windows.Forms.DataGridViewColumn is bound. System.Windows.Forms.DataGridViewColumnから継承されます。 |
| DefaultCellStyle | Gets or sets the column's default cell style. System.Windows.Forms.DataGridViewColumnから継承されます。 |
| DefaultHeaderCellType | Gets or sets the run-time type of the default header cell. System.Windows.Forms.DataGridViewBandから継承されます。 |
| DefaultNewRowValue | 新しく作成された行内のセルのデフォルト値を取得します。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。 |
| Displayed | Gets a value indicating whether the band is currently displayed onscreen. System.Windows.Forms.DataGridViewBandから継承されます。 |
| DisplayIndex | Gets or sets the display order of the column relative to the currently displayed columns. System.Windows.Forms.DataGridViewColumnから継承されます。 |
| DisplayStyle | 列に使用される表示スタイルを取得または設定します。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。 |
| DividerWidth | Gets or sets the width, in pixels, of the column divider. System.Windows.Forms.DataGridViewColumnから継承されます。 |
| DrawFilter | 描画フィルターを設定します。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。 |
| EditCellAppearance | 編集モード時のセルに適用されるデフォルトの外観です。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。 |
| Editor | 列内のセルで使用する埋め込みエディターです。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。 |
| FillWeight | Gets or sets a value that represents the width of the column when it is in fill mode relative to the widths of other fill-mode columns in the control. System.Windows.Forms.DataGridViewColumnから継承されます。 |
| FlatMode | コントロールセルがフラットの外観を持つかどうかを示します。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。 |
| Frozen | Gets or sets a value indicating whether a column will move when a user scrolls the System.Windows.Forms.DataGridView control horizontally. System.Windows.Forms.DataGridViewColumnから継承されます。 |
| HasCellAppearance | コントロールがCellAppearanceを持っているかどうかを返します。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。 |
| HasCellButtonAppearance | コントロールがCellAppearanceを持っているかどうかを返します。 |
| HasDefaultCellStyle | Gets a value indicating whether the System.Windows.Forms.DataGridViewBand.DefaultCellStyle property has been set. System.Windows.Forms.DataGridViewBandから継承されます。 |
| HasEditCellAppearance | コントロールがCellAppearanceを持っているかどうかを返します。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。 |
| HasSelectedCellAppearance | コントロールがCellAppearanceを持っているかどうかを返します。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。 |
| HeaderCell | Gets or sets the System.Windows.Forms.DataGridViewColumnHeaderCell that represents the column header. System.Windows.Forms.DataGridViewColumnから継承されます。 |
| HeaderText | Gets or sets the caption text on the column's header cell. System.Windows.Forms.DataGridViewColumnから継承されます。 |
| ImageList | 列に関連付けるImageListを取得または設定します。 |
| ImageTransparentColor | コントロールが使用する画像で隠される色を取得または設定します。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。 |
| Index | Gets the relative position of the band within the System.Windows.Forms.DataGridView control. System.Windows.Forms.DataGridViewBandから継承されます。 |
| InheritedAutoSizeMode | Gets the sizing mode in effect for the column. System.Windows.Forms.DataGridViewColumnから継承されます。 |
| InheritedStyle | Gets the cell style currently applied to the column. System.Windows.Forms.DataGridViewColumnから継承されます。 |
| IsDataBound | Gets a value indicating whether the column is bound to a data source. System.Windows.Forms.DataGridViewColumnから継承されます。 |
| MinimumWidth | Gets or sets the minimum width, in pixels, of the column. System.Windows.Forms.DataGridViewColumnから継承されます。 |
| Name | Gets or sets the name of the column. System.Windows.Forms.DataGridViewColumnから継承されます。 |
| ReadOnly | Gets or sets a value indicating whether the user can edit the column's cells. System.Windows.Forms.DataGridViewColumnから継承されます。 |
| Resizable | Gets or sets a value indicating whether the column is resizable. System.Windows.Forms.DataGridViewColumnから継承されます。 |
| Selected | Gets or sets a value indicating whether the band is in a selected user interface (UI) state. System.Windows.Forms.DataGridViewBandから継承されます。 |
| SelectedCellAppearance | 選択されたセルに適用されるデフォルトの外観です。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。 |
| Site | Gets or sets the site of the column. System.Windows.Forms.DataGridViewColumnから継承されます。 |
| SortMode | 列のソートモードを取得または設定します。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。 |
| State | Gets the user interface (UI) state of the element. System.Windows.Forms.DataGridViewElementから継承されます。 |
| SupportsThemes | XPテーマを使用して表示するかどうかを取得または設定します。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。 |
| Tag | Gets or sets the object that contains data to associate with the band. System.Windows.Forms.DataGridViewBandから継承されます。 |
| ToolTipText | Gets or sets the text used for ToolTips. System.Windows.Forms.DataGridViewColumnから継承されます。 |
| ValueType | Gets or sets the data type of the values in the column's cells. System.Windows.Forms.DataGridViewColumnから継承されます。 |
| Visible | Gets or sets a value indicating whether the column is visible. System.Windows.Forms.DataGridViewColumnから継承されます。 |
| Width | Gets or sets the current width of the column. System.Windows.Forms.DataGridViewColumnから継承されます。 |