Name Property (GridSummaryRow)
Gets or sets a name of the summary row.
Syntax
'Declaration <CategoryAttribute("Data")> Public Property Name As String
'Usage Dim instance As GridSummaryRow Dim value As String instance.Name = value value = instance.Name
Property Value
A string that specifies the name of the summary row. The default value isstring.Empty
.AssemblyVersion
Syncfusion.SfDataGrid.WinForms: 17.3460.0.26
See Also