| C1.Win.C1Input Namespace > C1TextBox Class : DataSource Property |
'Declaration<C1CategoryAttribute("Data")> <C1DescriptionAttribute("The data source object to which the control is bound.")> <DefaultValueAttribute()> <TypeConverterAttribute("System.Windows.Forms.Design.DataSourceConverter, System.Design")> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <MergablePropertyAttribute(False)> Public Property DataSource As Object
'UsageDim instance As C1TextBox Dim value As Object instance.DataSource = value value = instance.DataSource
[C1Category("Data")] [C1Description("The data source object to which the control is bound.")] [DefaultValue()] [TypeConverter("System.Windows.Forms.Design.DataSourceConverter, System.Design")] [RefreshProperties(RefreshProperties.Repaint)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [MergableProperty(false)] public object DataSource {get; set;}
[C1Category("Data")] [C1Description("The data source object to which the control is bound.")] [DefaultValue()] [TypeConverter("System.Windows.Forms.Design.DataSourceConverter, System.Design")] [RefreshProperties(RefreshProperties.Repaint)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [MergableProperty(false)] public: property Object^ DataSource { Object^ get(); void set ( Object^ 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