SfDataGridBehaviorUnboundSummaryBottomRows Property

Gets or sets the collection of SummaryRow that are displayed as bottom summary rows..

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public IEnumerable<SummaryRow> UnboundSummaryBottomRows { get; set; }

Property Value

IEnumerableSummaryRow

See Also