'Declaration
<System.ComponentModel.BrowsableAttribute(True)> <System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.Design.DataMemberFieldConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")> <System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridViewColumnDataPropertyNameEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)> <SRDescriptionAttribute("DataGridView_ColumnDataPropertyNameDescr")> <SRCategoryAttribute("CatData")> Public Property DataPropertyName As System.String
'Usage
Dim instance As NDataGridViewProgressBarColumn Dim value As System.String instance.DataPropertyName = value value = instance.DataPropertyName
[System.ComponentModel.Browsable(true)] [System.ComponentModel.DefaultValue("")] [System.ComponentModel.TypeConverter("System.Windows.Forms.Design.DataMemberFieldConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [System.ComponentModel.Editor("System.Windows.Forms.Design.DataGridViewColumnDataPropertyNameEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)] [SRDescription("DataGridView_ColumnDataPropertyNameDescr")] [SRCategory("CatData")] public System.string DataPropertyName {get; set;}