DataGridUnboundSummaryBottomRows Property
Gets or sets the collection of
SummaryRow that are displayed as bottom 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> UnboundSummaryBottomRows { get; set; }
Public Property UnboundSummaryBottomRows As IEnumerable(Of SummaryRow)
Get
Set
Property Value
IEnumerableSummaryRow