Represents a collection containing GridViewSummaryRowItem objects.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
[ListBindable(BindableSupport.No)]
public class GridViewSummaryRowItemCollection : ObservableCollection<GridViewSummaryRowItem>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx
Inheritance: objectCollection<GridViewSummaryRowItem>ObservableCollection<GridViewSummaryRowItem>GridViewSummaryRowItemCollection
Implements:
Inherited Members
Constructors
C#
public GridViewSummaryRowItemCollection()
Properties
Gets the GridViewSummaryRowItem with the specified name.