ShowSummaryInRow Property (GridSummaryRow)
Gets or sets a value indicating whether the summary value should be displayed in row or based on column.
Syntax
'Declaration <CategoryAttribute("Data")> <DefaultValueAttribute(True)> Public Property ShowSummaryInRow As Boolean
'Usage Dim instance As GridSummaryRow Dim value As Boolean instance.ShowSummaryInRow = value value = instance.ShowSummaryInRow
[Category("Data")] [DefaultValue(true)] public bool ShowSummaryInRow {get; set;}
Property Value
true if the summary value displayed in a row based on Title property; otherwise, summary value is displayed in column based on GridSummaryColumn.MappingName. The default value is true.Remarks
AssemblyVersion
Syncfusion.SfDataGrid.WinForms: 17.3460.0.26
See Also