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