DataGrid.CreateGridColumn 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立加入至控制項的新 DataGridColumnStyle。
多載
CreateGridColumn(PropertyDescriptor, Boolean) |
使用指定的 DataGridColumnStyle 來建立 PropertyDescriptor。 |
CreateGridColumn(PropertyDescriptor) |
使用指定的 DataGridColumnStyle 建立新 PropertyDescriptor。 |
CreateGridColumn(PropertyDescriptor, Boolean)
使用指定的 DataGridColumnStyle 來建立 PropertyDescriptor。
protected:
virtual System::Windows::Forms::DataGridColumnStyle ^ CreateGridColumn(System::ComponentModel::PropertyDescriptor ^ prop, bool isDefault);
protected virtual System.Windows.Forms.DataGridColumnStyle CreateGridColumn (System.ComponentModel.PropertyDescriptor prop, bool isDefault);
abstract member CreateGridColumn : System.ComponentModel.PropertyDescriptor * bool -> System.Windows.Forms.DataGridColumnStyle
override this.CreateGridColumn : System.ComponentModel.PropertyDescriptor * bool -> System.Windows.Forms.DataGridColumnStyle
Protected Overridable Function CreateGridColumn (prop As PropertyDescriptor, isDefault As Boolean) As DataGridColumnStyle
參數
- prop
- PropertyDescriptor
PropertyDescriptor,用來建立方格資料行樣式。
- isDefault
- Boolean
若 true
則設定資料行樣式為預設值,否則為 false
。
傳回
另請參閱
適用於
CreateGridColumn(PropertyDescriptor)
使用指定的 DataGridColumnStyle 建立新 PropertyDescriptor。
protected:
virtual System::Windows::Forms::DataGridColumnStyle ^ CreateGridColumn(System::ComponentModel::PropertyDescriptor ^ prop);
protected virtual System.Windows.Forms.DataGridColumnStyle CreateGridColumn (System.ComponentModel.PropertyDescriptor prop);
abstract member CreateGridColumn : System.ComponentModel.PropertyDescriptor -> System.Windows.Forms.DataGridColumnStyle
override this.CreateGridColumn : System.ComponentModel.PropertyDescriptor -> System.Windows.Forms.DataGridColumnStyle
Protected Overridable Function CreateGridColumn (prop As PropertyDescriptor) As DataGridColumnStyle
參數
- prop
- PropertyDescriptor
PropertyDescriptor,用來建立方格資料行樣式。