ClassGridViewSummaryRowItemCollection
Class
Represents a collection containing GridViewSummaryRowItem objects.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
[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
GridViewSummaryRowItemCollection()
Declaration
cs-api-definition
public GridViewSummaryRowItemCollection()
Properties
this[string]
Gets the GridViewSummaryRowItem with the specified name.
Declaration
cs-api-definition
public GridViewSummaryRowItem this[string name] { get; }
Parameters
name
Property Value