InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputDataNavigator Class / DataMember Property

In This Topic
    DataMember Property (InputDataNavigator)
    In This Topic
    Gets or sets the specific list in a DataSource object that the InputDataNavigator navigates.
    Syntax
    'Declaration
     
    Public Property DataMember As String
    public string DataMember {get; set;}
    See Also