PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.DataBinding Namespace / C1DataBinding Class / Name Property

In This Topic
    Name Property (C1DataBinding)
    In This Topic
    Gets or sets the name of the current C1DataBinding. That name can be used in aggregate functions to indicate which data binding the aggregate refers to.
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}
    See Also