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