ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataView Class / ViewName Property

In This Topic
    ViewName Property
    In This Topic
    Gets or sets the name of the C1DataView.
    Syntax
    'Declaration
     
    Public Property ViewName As System.String
    public System.string ViewName {get; set;}
    Remarks
    This property value should be assigned to the DataMember property of data bound control (while the control's DataSource property references C1DataViewSet that this C1DataView belongs to) to connect that control to this view.

    It also can be used to find this view by name in the C1DataViewSet.Views collection.

    If this property value was not set explicitly, C1DataView generates its unique name automatically.

    See Also