| C1.Win.C1Input Namespace > C1TextBox Class : DataField Property |
'Declaration<C1CategoryAttribute("Data")> <C1DescriptionAttribute("The field of the data source object to which the control is bound.")> <DefaultValueAttribute()> <EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Windows.Forms.Design.DataMemberFieldEditor, System.Design")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <MergablePropertyAttribute(False)> Public Property DataField As String
'UsageDim instance As C1TextBox Dim value As String instance.DataField = value value = instance.DataField
[C1Category("Data")] [C1Description("The field of the data source object to which the control is bound.")] [DefaultValue()] [Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Windows.Forms.Design.DataMemberFieldEditor, System.Design")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [MergableProperty(false)] public string DataField {get; set;}
[C1Category("Data")] [C1Description("The field of the data source object to which the control is bound.")] [DefaultValue()] [Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Windows.Forms.Design.DataMemberFieldEditor, System.Design")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [MergableProperty(false)] public: property String^ DataField { String^ get(); void set ( String^ value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2