InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputDatePicker Class / BoundValue Property

In This Topic
    BoundValue Property (InputDatePicker)
    In This Topic
    Gets or sets the bound data value associated with this component.
    Syntax
    'Declaration
     
    Public Overrides Property BoundValue As Object
    public override object BoundValue {get; set;}
    See Also