'Declaration
<System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridColumnStyleMappingNameEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)> <System.ComponentModel.LocalizableAttribute(True)> <System.ComponentModel.DefaultValueAttribute("")> Public Property MappingName As System.String
'Usage
Dim instance As NDataGridFillStyleColumnStyle Dim value As System.String instance.MappingName = value value = instance.MappingName
[System.ComponentModel.Editor("System.Windows.Forms.Design.DataGridColumnStyleMappingNameEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)] [System.ComponentModel.Localizable(true)] [System.ComponentModel.DefaultValue("")] public System.string MappingName {get; set;}