Represents the different layout options of the aggregates visualized in the groups of RadDataGrid.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum DataGridGroupAggregatesAlignment
Fields
Aggregate results are aligned to columns and placed next to the header of the group.
C#
NextToHeader = 1
Aggregates are not aligned to columns.
C#
None = 0