InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel 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