| C1.Win.C1Input Namespace > C1TextBox Class : ValueIsDbNull Property |
'Declaration<C1CategoryAttribute("Data")> <C1DescriptionAttribute("Gets or sets a value indicating whether the Value is DbNull.")> <DefaultValueAttribute()> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public Property ValueIsDbNull As Boolean
'UsageDim instance As C1TextBox Dim value As Boolean instance.ValueIsDbNull = value value = instance.ValueIsDbNull
[C1Category("Data")] [C1Description("Gets or sets a value indicating whether the Value is DbNull.")] [DefaultValue()] [RefreshProperties(RefreshProperties.Repaint)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public bool ValueIsDbNull {get; set;}
[C1Category("Data")] [C1Description("Gets or sets a value indicating whether the Value is DbNull.")] [DefaultValue()] [RefreshProperties(RefreshProperties.Repaint)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public: property bool ValueIsDbNull { bool get(); void set ( bool 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