DataGridUnboundSummaryTopRows Property
Gets or sets the collection of
SummaryRow that are displayed as top summary rows in the DataGrid.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public IEnumerable<SummaryRow> UnboundSummaryTopRows { get; set; }
Public Property UnboundSummaryTopRows As IEnumerable(Of SummaryRow)
Get
Set
Property Value
IEnumerableSummaryRow