Nevron Open Vision Documentation
Nevron.Nov.WinFormControls Namespace / NCheckBoxControl Class / DataBindings Property


In This Topic
    DataBindings Property (NCheckBoxControl)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <System.Windows.Forms.SRCategoryAttribute("CatData")>
    <System.Windows.Forms.SRDescriptionAttribute("ControlBindingsDescr")>
    <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.All)>
    <System.ComponentModel.ParenthesizePropertyNameAttribute(True)>
    Public ReadOnly Property DataBindings As System.Windows.Forms.ControlBindingsCollection
    'Usage
     
    
    Dim instance As NCheckBoxControl
    Dim value As System.Windows.Forms.ControlBindingsCollection
     
    value = instance.DataBindings
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [System.Windows.Forms.SRCategory("CatData")]
    [System.Windows.Forms.SRDescription("ControlBindingsDescr")]
    [System.ComponentModel.RefreshProperties(RefreshProperties.All)]
    [System.ComponentModel.ParenthesizePropertyName(true)]
    public System.Windows.Forms.ControlBindingsCollection DataBindings {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also