ClassGridViewSummaryRowItem
Represents a summary row item containing summary items.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
[TypeConverter(typeof(GridViewSummaryRowItemTypeConverter))]
public class GridViewSummaryRowItem : ObservableCollection<GridViewSummaryItem>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx
Inheritance: objectCollection<GridViewSummaryItem>ObservableCollection<GridViewSummaryItem>GridViewSummaryRowItem
Implements:
Inherited Members
Constructors
GridViewSummaryRowItem()
Initializes a new instance of the GridViewSummaryRowItem.
Declaration
public GridViewSummaryRowItem()
GridViewSummaryRowItem(GridViewSummaryItem[])
Initializes a new instance of the GridViewSummaryRowItem.
Declaration
public GridViewSummaryRowItem(GridViewSummaryItem[] items)
Parameters
items
Properties
Template
Gets or sets the owner template.
Declaration
public GridViewTemplate Template { get; }
Property Value
this[string]
Gets the item related with the specified field name.
Declaration
[Browsable(false)]
public List<GridViewSummaryItem> this[string fieldName] { get; }
Parameters
fieldName
the field name
Property Value
List<GridViewSummaryItem>
an instance of GridViewSummaryItem if found, null otherwise.
Methods
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Calls the NotifyListenersCollectionChanged method with the provided arguments if not in a batch update.
Declaration
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
e
Overrides